Skip to main content
GET
List payment methods

Authorizations

Authorization
string
header
required

Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer

Path Parameters

customer_id
string<uuid>
required

Query Parameters

type
string

Filter by payment method type (case-insensitive)

status
string

Filter by status (case-insensitive)

provider
string

Filter by provider (case-insensitive)

Response

200 - application/json

Payment method list

msg
string
required

Human-readable message describing the result

data
object[]
required

Response payload (null on error)