Skip to main content
Use GET /Payment/{paymentRequestId}/Status to retrieve the current status of a payment request created by your integration.

Endpoint

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

Path Parameters

Example Request

Response

Use this endpoint for direct status checks. Use payment status webhooks when you need asynchronous updates.
Last modified on June 2, 2026