POST
/
customers
/
request-card
/
{customerId}
{
  "message": "Request sent successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required

Body

application/json
merchant_key
string
Example:

"{{merchant_key}}"

Response

200 - application/json
Request Card
message
string
Example:

"Request sent successfully"

result
boolean
Example:

true