Get all payment accounts for the merchantOptional filter by currency_id to get accounts for a specific currency. Account numbers and phone numbers are masked for security (shows last 4 digits).
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Query Params
Header Params
Responses
🟢200OK
application/json
Successful Response
Body
🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/v1/merchants/payment-accounts?currency_id=ngn' \
--header'x-api-key: <api-key>'