get https://test.api.promisepay.com/transactions
Retrieve an ordered and paginated list of Transactions. Note: created_before
and created_after
range can not be greater than 31 days
Response
Retrieve an ordered and paginated list of Transactions. Note: created_before
and created_after
range can not be greater than 31 days
xxxxxxxxxx
curl --request GET \
--url 'https://test.api.promisepay.com/transactions?limit=10&offset=0' \
--header 'accept: application/json'