UseDocumentation Index
Fetch the complete documentation index at: https://apidocs.synchpay.dev/llms.txt
Use this file to discover all available pages before exploring further.
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>
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
paymentRequestId | string | Unique ID of the payment request. | Yes |
Example Request
Response
| Field | Type | Description |
|---|---|---|
Id | string | Payment request ID. |
Status | string | Current payment request status. |
Amount | object | Payment amount value object. |
CreationDate | string | Creation timestamp. |
DueDate | string | Due date timestamp. |