Skip to main content
POST
List payment methods

Authorizations

Authorization
string
header
required

Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>

Body

application/json
customer_id
string
required

The Imprint customer id

Example:

"54CFF41D-0AA0-4D16-853B-608C5AAF503D"

type
enum<string>

The type of payment method to filter by

Available options:
LOAN,
CARD,
BANK_ACCOUNT
Example:

"CARD"

pan
string

The card pan to search by

Example:

"4111111592341815"

Response

List of customer payment methods

data
object[]
has_more
boolean
total
integer