Invoices
Create, look up, cancel, and refund invoices.
-
Validate an API key
Confirm that a key is valid for online payments. Moves no money. Use it as the first call in a new integration.
-
List invoices
Return a paginated list of invoices, most recent first.
-
Retrieve an invoice
Get a single invoice by merchant_order_id or invoice_id.
-
Create an invoice
Create an invoice a wallet user can pay.
-
Cancel an invoice
Cancel an invoice that is not paid yet.
-
Refund an invoice
Refund a paid invoice, in full or in part.