List Imported Payment Methods
Retrieve imported payment methods for the authenticated merchant using cursor-based pagination ordered by newest `id`. Each entry includes the imported payment method, its underlying payment method, and associated card details (if any).
Authorization
BearerAuth In: header
Query Parameters
Maximum number of results to return in the response.
251 <= value <= 500Cursor returned by `nextOffset`. Provide the id of the last item from the previous page to fetch entries with a lower `id`. Use an empty string to fetch the first page.
""Response Body
application/json
application/json
application/json
application/json
Cancel Payment Link
Cancels a payment link that has not yet been completed. A payment link can only be cancelled if no transactions are currently being processed for it. If the payment link cannot be cancelled, an UNEXPECTEDSESSIONSTATE error is returned.
List settlement transfers
List settlement transfers. Settlement transfers models the actual bank payouts from the acquirer to your bank. Relationship to other components - Settlement Transfer: A bank transfer / payout / settlement from the acquirer to your bank. - Settlement Transaction: Settlement data for a specific transaction, can be related to an ePay transaction if the transaction was made through ePay. - Adjustments: Any modifications the acquirer makes to the transaction amount, before arriving at the net amount being paid out. This includes both transaction, settlement and service fees, but also any reimbursements or currency exchange fees. - Transactions: An ePay transaction. If an acquirer transaction within the settlement data was processed through ePay, it will be linked to the Settlement Transaction.