Skip to main content

NQR Payment Notification

POST /payments/nqr/{type}/notifications

Description

Send a notification for NQR payment.

Path Parameters

NameTypeDescription
typestringThe 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-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

ParamValueType
token{{accessCode}}string

LANGUAGE

AUTHORIZATION

Bearer

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!