Get Saved Payment Methods
Deprecated
GET
/store/customers/me/payment-methods
Customers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{BASE_URL}}/store/customers/me/payment-methods'
Response Response Example
200 - Example 1
{
"payment_methods": [
{
"provider_id": "string",
"data": {}
}
]
}
Request
None