post https://api.rainex.io/projects//customers//payment-sources/query
Query customer payment sources
Error codes:
NotFound | A customer with such an Id cannot be found. |
Responses
Query customer payment sources
Error codes:
NotFound | A customer with such an Id cannot be found. |
xxxxxxxxxx
curl --request POST \
--url https://api.rainex.io/projects/your-site-name-1/customers/test-id/payment-sources/query \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"sortKind":"desc"}'