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