Without User Interface
This article aims to explain which are the steps for Creating a Deposit with Card Token, the tools and Endpoints involved and how each one of them should be used.
Last updated
This article aims to explain which are the steps for Creating a Deposit with Card Token, the tools and Endpoints involved and how each one of them should be used.
Last updated
Requirements:
Integrate the PCI Deposit Creation Endpoint.
Install the Cards SDK.
Create your own frontend components for retrieving the card details.
In case of willing to implement this sort of integration, PCI AOC Certificate is not needed.
Putting it simple; our Cards SDK Without User Interface receives card details as input, and returns a card_token
as an output.
Please make sure of:
saving that card_token
for further usage in the following step.
not storing any card details on your backend.
This is key for remaining the deposit creation PCI Compliant. Just let the SDK handle the card details in the frontend.
The token
created can be used within 10 minutes. After that, it is no longer valid.
In order to create the transaction you should send the card_token
generated with all the transaction details.
Make sure of sending the generated token, as card_token
.