Accept credit card offer
Last updated
Was this helpful?
Last updated
Was this helpful?
After a credit card has been created, it is in the PRESENTED state. This means that the offer is being presented to the customer. If the customer accepts the offer, we will accept the offer using the endpoint.
The path parameter is the offer ID from the response while creating the credit card offer. You can also get the offer ID by searching for the offers.
To accept the credit card offer, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v1/cards/offers/C001664282470/accept
Below you will find the response to the sample request:
We have now accepted the credit card offer. In the response, you can find the contract header ID, contract number, and credit account ID, along with other details. The credit contract with a credit account is created for the customer.
For a credit contract, some of the actions that you can perform are:
Create a new contract version with changed conditions.
Manually activate a contract.
Request card repayment.
Close or block a contract.