Get list of PaymentConsents
GET {{url}}/api/v1/pa/payment_consents
Request Params
Key | Datatype | Required | Description |
---|
customer_id | null | | The unique identifier of a customer |
from_created_at | null | | The start time of created_at in ISO8601 format |
merchant_trigger_reason | null | | One of scheduled, unscheduled |
next_triggered_by | null | | One of merchant, customer |
status | null | | Status of PaymentConsent |
to_created_at | null | | The end time of created_at in ISO8601 format |
page_num | null | | Page number starting from 0 |
page_size | null | | Number of PaymentConsents to be listed per page. Default: 10 |
purpose | null | | The purpose of the PaymentConsent. one of recurring and one_off |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |