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 list saved card payment methods to find the PaymentMethodId.

Example Request

Response

Last modified on July 14, 2026