List Payments
POST https://{{env_url}}/payment_initiation/payment/list
The endpoint payment_initiation/payment/get
list payment details for all of your previously created payments.
This endpoint accepts count
and cursor
as optional parameters in order to support pagination. count
limits how many payments are returned and can be set between 0 and 200. cursor
should be a string in RFC 3339 format (i.e. "2019-12-06T22:35:49Z"
). Only payments created before the cursor
will be returned.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "count"=>5}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |