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.
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
Sample request
The sample request body is as follows:
No request body.
Sample response
Below you will find the response to the API request:
Result
The card application has been successfully accepted, and its status is set to COMPLETED upon successful creation of the new card.
Last updated
Was this helpful?