create virtual account/customer
Create a virtual account/customer
Method
URL
Header
Value
Request Body
Description
{
id: "64a7f4ee40aab6b20cddb014"
}Last updated
Create a virtual account/customer
This endpoint is throttled to 1 request every 300 milliseconds.
Request
POST
{{baseUrl}}/api/service/v1/query/customer/add
Content-Type
application/json
publicKey
{{publicKey}}
b-access-token
{{accessToken}}
Use the accessToken that was given in response to /api/service/v1/query/merchant/login
Email of the customer
Mandatory
phone
Mobile no. of the customer
Mandatory
contactfirstname
The first name of the customer
Mandatory
contactlastname
The last name of the customer
Mandatory
Response Payload Sample
{
id: "64a7f4ee40aab6b20cddb014"
}Last updated