NQR Payment Notification
POST /payments/nqr/{type}/notifications
Description
Send a notification for NQR payment.
Path Parameters
| Name | Type | Description |
|---|---|---|
type | string | The type of NQR payment (path) |
Request Body
- Content Type:
application/json
{}
Response Code: 200 - OK
Description
OK.
Response Fields
The response does not contain any specific fields.
Example
{}
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
| Param | Value | Type |
|---|---|---|
| token | {{accessCode}} | string |
LANGUAGE
CURL REQUEST
curl --request POST \
--url /payments/nqr/{type}/notifications \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!