Pay
Create a new user
POST /v1/form/pay
Headers
Name
Value
Content-Type
application/json
CLIENT_ID
<client id>
CLIENT_SECRET
<client secret>
Body
Name
Type
Description
refId
string
Reference id of the application
Response
{
"status": "success",
"message": "",
"response": {
"paymentAggregator": "EWallet",
"invoiceUrl": null,
"invoiceId": "a0298ab1-fd9b-4d1e-98c4-89ca09ec0b0f",
"refId": "SLH-4UN8FXYDC59R",
"totalCost": 100.0,
"isClosed": false
}
}{
"error": {
"code": "invalid_request_error",
"message": "This request is already closed"
}
}Last updated