Page cover

Simulate Account Issuance Rejection

Endpoint

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

Description

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

URL Parameters

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

Example Request

To reject 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/reject

Response

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

Last updated