Accept card application

Here, you will learn how to accept card applications in Tuum for card products that have been configured to require manual acceptance.

Use case

In this example, we will demonstrate how to accept a card application using the applicationId parameter.

Acceptance is needed only when a card application’s status is WAITING.

Use case data
API parameters with values

We will accept card application C001664282673.

...applications/C001664282673/accept

Sample API call

To accept a card application, use the following endpoint:

https://card-api.sandbox.tuumplatform.com/api/v1/applications/{applicationId}/accept

Learn more about the accept card application endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

No request body.

Sample response

Below you will find the response to the API request:

Response
{
    "errors": null,
    "validationErrors": null,
    "data": null
}

Result

The card application has been successfully accepted, and its status is set to COMPLETED upon successful creation of the new card.

You can check the status of a card application using the Find card application by ID endpoint. For a reference example, see Find card application by ID.

Last updated

Was this helpful?