Skip to main content
GET
List payment methods

Authorizations

Authorization
string
header
required

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

Query Parameters

customer_id
string
required

The unique identifier for the customer

Example:

"DE92AF9E-E705-4B8E-9184-6D976DBD8050"

type
enum<string>

The type of payment method to filter by

Available options:
LOAN,
CARD,
BANK_ACCOUNT
Example:

"LOAN"

limit
integer<int32>
default:10

Limits the number of returned results

Required range: x >= 1
starting_after
string

A cursor for use in pagination. An id that defines your place in the list.

Response

200 - application/json

List of customer payment methods

data
object[]
has_more
boolean
total
integer