Get payment method list

GET {{baseUrl}}/profiles/payment-methods

Description

This API endpoint allows users to retrieve the payment methods they have added to their user profile.

Notes

  • Please ensure that you have the necessary authentication and authorization to access this endpoint, if required.

  • Please be advised that you are required to add at least one payment method.

RESPONSES

status: OK

{"paymentMethods":[{"id":12,"type":"Credit Card","expireDate":"2026-12-01T00:00:00","brand":"discover","last4":"9424"}],"totalResults":1}