Skip to main content
Use 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/token using your ClientId and ClientSecret.
  • Retrieve the target LocationId from 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.
Last modified on July 21, 2026