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

string
Example:

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

Path Parameters

customerId
string
required

Query Parameters

string
Example:

""

Body

application/json

Response

200 - application/json

Charge Customer

The response is of type object.