For the complete documentation index, see llms.txt. This page is also available as Markdown.

List refunds

Shell
curl https://gateway.pmnts-sandbox.io/v1.0/refunds?limit=2 -u TEST:TEST
Ruby
FatZebra::Refund.search(limit: 1).data

Last updated