Skip to main content
Use POST /Payment/ChargeSavedCard to create a payment request for a registered customer and charge a saved card payment method.

Endpoint

  • URL: https://api.synchpay.com/Payment/ChargeSavedCard
  • Method: POST
  • Authorization: Bearer <AccessToken>
The access token is obtained from /auth/token using your ClientId and ClientSecret.

Request Body

Use company locations to find the LocationId, then list saved card payment methods to find the PaymentMethodId for that location.

Example Request

Response

Last modified on July 21, 2026