cURL
curl --request POST \ --url https://devapi.withedge.co/gateway/api/v1/account/virtual/create/dynamic \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'requestId: <requestid>' \ --data '{ "name": "<string>", "expTime": "<string>", "expDate": "<string>" }'
{ "statusCode": 00, "message": "Account successfully created", "data": { "accountNumber": "1951145523", "accountName": "Tony Stark", "reversalId": "res1324323" }, "errors": [] }
This endpoint allows you to create a dynamic virtual account with customizable expiry time or expiry date.
e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
Tony Stark/Avengers
3600
YYYY-MM-DDThh:mm:ss
2024-12-31T23:59:59
Was this page helpful?