Get list of Refunds
GET {{url}}/api/v1/pa/refunds
Request Params
Key | Datatype | Required | Description |
---|
currency | null | | Refund currency |
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 Refunds to be listed per page |
payment_attempt_id | null | | PaymentAttempt ID of the Refunds |
payment_intent_id | null | | PaymentIntent ID of the Refunds |
status | null | | Refund status |
to_created_at | null | | The end time of created_at in ISO8601 format |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |