List Imported Payment Methods
GET/public/api/v1/payment-methods/imported
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).
Request​
Responses​
- 200
- 400
- 422
- 500
Cursor paginated imported payment methods.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.
Standard error response returned when a request fails.
Contains a machine-readable error code, a human-readable message,
and an errors object with field-specific validation issues.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.