Page cover

Simulate Account Issuance Approval

Endpoint

POST {{base_url}}/v1/accounts/sandbox/<request_id>/approve

Description

This endpoint simulates the process of approving an account issuance request in the sandbox environment.

URL Parameters

request-id (string): The request ID of the account request you want to approve.

Example Request

To approve an account issuance request, pass the ID of the requesting account to the endpoint.

POST {{base_url}}/v1/accounts/sandbox/305fe590-3fa2-481d-bd57-2ac910cc1d28/approve

Response

On success, the API will return a JSON object containing the following details.

Last updated