List Imported Payment Methods
OpenAPI SpecTest this endpoint live
Open the same request directly in API Explorer.
Server URL
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
Deactivate Multi-Link
Deactivates a multi-link so that its public URL and QR code can no longer start new payment sessions. This operation is idempotent: deactivating an already deactivated multi-link succeeds. Existing payment sessions created from the multi-link are not affected.
Disable Stored Payment Method
Permanently disables a stored payment method for the authenticated customer. The payment method is immediately removed from the payment window and can no longer be used for quick checkout without entering card information. This operation is irreversible and idempotent. It returns 200 OK with no response body even when the payment method is not currently stored; in that case, no action is taken.