Skip to main content
GET
/
payaza-account
/
api
/
v1
/
subaccounts
/
merchant
/
euro
/
request?category=SUB_ACCOUNT
Get All EUR Account Request
curl --request GET \
  --url 'https://api.payaza.africa/live/payaza-account/api/v1/subaccounts/merchant/euro/request?category=SUB_ACCOUNT' \
  --header 'Authorization: <api-key>' \
  --header 'X-TenantID: <api-key>'
{
  "message": "Fetch Euro Accounts Requests",
  "status": true,
  "data": [
    {
      "id": 2278,
      "country": "USA",
      "currency": "EUR",
      "directors": [
        {
          "id_file": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_file_back": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_type": "passport",
          "poa_file": "https://stevestones.com/docs/17373701573833-utilitybill.png",
          "poa_type": "utilityBill"
        }
      ],
      "shareholders": [
        {
          "id_file": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_file_back": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_type": "passport",
          "poa_file": "https://stevestones.com/docs/17373701573833-utilitybill.png",
          "poa_type": "utilityBill"
        }
      ],
      "mermat": "https://stevestones.com/docs/17373701569821-mermat.png",
      "status": "ADMIN_PENDING",
      "category": "SUB_ACCOUNT",
      "purpose": "Business Expansion",
      "creationReference": "e2ba38e0-485d-4ce8-bb8a-96c99ed10ebd",
      "account_type": "corporate",
      "business_fk": 3242,
      "business_name": "link",
      "company_name": "Personal Loan Account",
      "certificate_of_incorporation": "https://stevestones.com/docs/1737370156723-coi.jpg",
      "created_at": "2025-02-03T15:14:07.657648",
      "country_2_iso": "US"
    },
    {
      "id": 1057,
      "country": "MLI",
      "currency": "EUR",
      "status": "PROVIDER_CREATED",
      "category": "SUB_ACCOUNT",
      "account_type": "user",
      "user_kyc": [
        {
          "id_file": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_file_back": "https://stevestones.com/docs/1737370156723-passport.jpeg",
          "id_type": "passport",
          "poa_file": "https://stevestones.com/docs/17373701573833-utilitybill.png",
          "poa_type": "utilityBill"
        }
      ],
      "provider_request_reference": "51825990-2d68-468e-9a8b-0a55b59da264",
      "first_name": "Steve",
      "last_name": "Stones",
      "created_at": "2024-12-18T16:48:38.253599",
      "country_2_iso": "ML"
    }
  ],
  "pageDetail": {
    "sorted": true,
    "pageNumber": 1,
    "pageSize": 10,
    "paged": true,
    "totalPages": 1,
    "totalElements": 2,
    "last": true,
    "size": 10,
    "number": 0,
    "numberOfElements": 2,
    "offset": 0
  }
}

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Response

Get All EUR Account Request Response

message
string

Response message.

Example:

"Fetch Euro Accounts Requests"

status
boolean

Request status.

Example:

true

data
object[]

List of account requests (Corporate or User).

pageDetail
object