Saved Cards
List of saved stripe and authnet cards
Saved Stripe Cards
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
HTTP/1.1 200 OK
Content-Type: application/json
​
Body:
{
"status_code": 200,
"errors": {},
"data": {
"results": [
{
"pk": <id>,
"live": "<live_or_test>",
"api": "<card_data>",
"status": "<active_status>"
},
...
],
"count": <list_count>,
"previous": <previous_page>,
"next": <next_page>
}
}Sample Code
Saved Authnet Cards
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Sample Code
Last updated
Was this helpful?