post https://api.rainex.io/projects//customers//set-primary-payment-source
Sets existing customer payment source as primary
Error codes:
NotFound | A customer with such an Id cannot be found. |
Responses
Sets existing customer payment source as primary
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/set-primary-payment-source \
--header 'accept: application/json' \
--header 'content-type: application/json'