POST /Payment/Card/Auth to authorize a card for a payer. The response provides a URL for continuing the hosted card flow.
Prerequisites
- Obtain an access token from
/auth/tokenusing yourClientIdandClientSecret. - Retrieve the target
LocationIdfrom the company locations endpoint.
Endpoint
- URL:
https://api.synchpay.com/Payment/Card/Auth - Method:
POST - Authorization:
Bearer <AccessToken>
Request Body
Response
This endpoint starts a SynchPay card authorization flow. To record a card transaction processed by an external terminal or provider, use register external card payment.