Doc Refresh in Progress - check back soon for cards & recurring payments
curl --request PUT \
--url https://api.trysynch.com/Payment/{paymentRequestId}/Cancel \
--header 'Authorization: Bearer <token>'Cancels a payment request created for one of the partner’s companies
curl --request PUT \
--url https://api.trysynch.com/Payment/{paymentRequestId}/Cancel \
--header 'Authorization: Bearer <token>'JWT Authorization header using the Bearer scheme.
Use /auth/token to obtain access token.
Enter 'Bearer' [space] and then your token in the text input below.
Example: 'Bearer eyJhbGci...'
OK
Was this page helpful?