Generate a Visa Card
Generate a Card
POST
https://spendit.finance/api/cards
Generate a Card
Headers
Authorization*
String
Bearer API_TOKEN
Request Body
usd_amount*
String
Must be between 50 and 750
currency*
String
Example: monero
Request Body
This endpoint expects two parameters:
usd_amount; which is the balance you want to add to your card,
currency; which is the cryptocurrency you want to pay your card with
Payload Example
Response
Response Example
At this point, your request has been saved. All that is remaining is you sending the actual funds to the wallet. The exact amount and recipient address are part of the response body, under the "payment" namespace.
Once your payment is confirmed on the blockchain, our system will automatically detect it, and your card will be generated. To retrieve the card's details, you have 2 solutions:
you can set a webhook so you get notified in real time; our system will issue a POST request to the URL of your liking,
and/or you can query the card's endpoint to check the card's status.
Card Statuses
awaiting_payment; this is the default status for all cards. This means the funds have not been sent to the blockchain yet,
generated; this means your blockchain transaction has been detected, and as a result, our system has generated the card for you
Last updated