Skip to main content
GET
/
customers
/
{id}
/
payment_methods
List customer's payment methods
curl --request GET \
  --url https://api.notchpay.co/customers/{id}/payment_methods \
  --header 'Authorization: <api-key>'
{
  "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",
      "phone": 237680000000
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Unique identifier of the customer

Response

Payment methods retrieved

code
integer
required
Example:

200

status
string
required
Example:

"OK"

message
string
required
Example:

"Payment methods retrieved"

items
object[]
required