Skip to main content
POST
Capture Order
This API is used to capture a payment for a specific order after authorization.

Request Body

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
key
string
default:test_123
required

Merchant Key

id
string
required

pass order id of partying in this param.

hash
string
required

hash is calculated as provided in doc.

Response

200

status
boolean
default:true
Example:

true

message
string
Example:

"Order captured successfully."