curl -X POST https://api.swervpay.co/api/v1/cards \ -H "Authorization: Bearer <TOKEN>" \ -H "Content-Type: application/json" \ -d '{ "customer_id": "user", "currency": "USD", "provider": "MASTERCARD", "amount": 10, "type": "DEFAULT" }'
{ "card_id": "<string>", "message": "<string>" }
Create card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
OK
Was this page helpful?