Get list of PaymentMethods
GET {{url}}/api/v1/pa/payment_methods
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
customer_id | null | Customer ID of the PaymentMethods | |
from_created_at | null | The start time of created_at in ISO8601 format | |
page_num | null | Page number starting from 0 | |
page_size | null | Number of PaymentMethods to be listed per page | |
to_created_at | null | The end time of created_at in ISO8601 format | |
type | null | PaymentMethod type |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-on-behalf-of | string |