v1

latestOpenAPI 3.1.02026-07-2631037.6 KB

List customer's payment methods

get/customers/{id}/payment_methods

Path parameters

idstring required

Unique identifier of the customer

Response

Payment methods retrieved

codeinteger required
statusstring required
messagestring required

Example response

{
  "code": 200,
  "status": "OK",
  "message": "Payment methods retrieved",
  "items": [
    {
      "id": "pm_123456789",
      "type": "Mobile Money",
      "channel": "cm.mtn",
      "created_at": "2023-01-01T12:00:00.000Z"
    }
  ]
}