Momen Payment API

List connected accounts

Returns the accounts this API key may access, with their balances.

GET
/accounts

Returns the accounts this API key may access, with their balances.

Authorization

secretKey
AuthorizationBearer <token>

Sandbox try-it accepts sk_test_… only.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/accounts"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "balance": 0,      "pending_balance": 0    }  ],  "meta": {    "request_id": "string"  }}