POST
/
customers
/
charge
/
{customerId}
{
  "message": "Quick Payment created successfully.",
  "result": true,
  "transactionId": "61bab41c-2e35-11ef-af4e-0ef0812e6179"
}

Authorizations

Authorization
string
header
required

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

Headers

Example:

"9ee4a08a-2e34-11ef-af4e-0ef0812e6179"

Path Parameters

customerId
string
required

Query Parameters

Example:

""

Body

application/json
amount
number
Example:

1

merchant_key
string
Example:

"1bf3c6dfb288a3e7e73ea0e770ce548033d82eb849df7f3f6f2d9574eff60c83"

Response

200 - application/json
Charge Customer
message
string
Example:

"Quick Payment created successfully."

result
boolean
Example:

true

transactionId
string
Example:

"61bab41c-2e35-11ef-af4e-0ef0812e6179"