Skip to main content
POST
/
requests
/
{customerId}
{
"data": {
"order_id": "54514",
"pay_link": "http://localhost:8082/pre-auth/bb40a9028ef7e65521bb4d21ee491437?amount=4.00&order_id=54514",
"sales_id": ""
},
"message": "Text request has been sent"
}

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

api_key
string
Example:

"8af9a5a0e6338fbafd8d2fa7a688fd16363cc865c6e6ede3002d041c2613cb99"

Path Parameters

customerId
string
required

Body

application/json
isRequestCard
boolean
Example:

true

merchant_key
string
Example:

"{{merchant_key}}"

Response

Authorization Request Customer / Request Card With Customer

data
object
message
string
Example:

"Text request has been sent"

result
boolean
Example:

true

I