Get Saved Payment Methods
DeprecatedGET
/store/customers/me/payment-methodsRetrieve the logged-in customer's saved payment methods. This API Route only works with payment providers created with the deprecated Payment Service interface. The payment methods are saved using the Payment Service's third-party service, and not on the Medusa backend. So, they're retrieved from the third-party service.
Request
None
Request samples
Responses
OK(200)
Client Error or Multiple Errors(400)
User is not authorized. Must log in first(401)
Not Found Error(404)
Invalid State Error(409)
Invalid Request Error(422)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: a year ago