Authorizations
Access token
Query Parameters
payment gateway code
Available options:
PAYU
, JUSPAY
Commerce Engine is now in beta. We're working hard to make it better for you.
curl --request GET \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/cards \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true,
"content": {
"data": [
{
"id": "<string>"
}
]
}
}
List all saved cards.
curl --request GET \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/payments/cards \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"success": true,
"content": {
"data": [
{
"id": "<string>"
}
]
}
}
Access token
payment gateway code
PAYU
, JUSPAY
Was this page helpful?