curl --request GET \
--url https://api.paygentic.io/v0/consumers/{id}/offSessionPaymentMethods \
--header 'Authorization: Bearer <token>'
{
"object": "list",
"data": [
{
"id": "<string>",
"consumerId": "<string>",
"stripeId": "<string>",
"stripePaymentMethodId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
curl --request GET \
--url https://api.paygentic.io/v0/consumers/{id}/offSessionPaymentMethods \
--header 'Authorization: Bearer <token>'
{
"object": "list",
"data": [
{
"id": "<string>",
"consumerId": "<string>",
"stripeId": "<string>",
"stripePaymentMethodId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
]
}
API key authentication
Unique identifier for an organization
List of off-session payment methods
The response is of type object
.