Skip to main content
GET
/
payaza-account
/
api
/
v1
/
euro
/
account
/
{creationReference}
Get Single Euro Account Request
curl --request GET \
  --url https://api.payaza.africa/live/payaza-account/api/v1/euro/account/{creationReference} \
  --header 'Authorization: <api-key>' \
  --header 'X-TenantID: <api-key>'
{
  "id": 2147,
  "country": "FRA",
  "currency": "EUR",
  "status": "PROVIDER_CREATED",
  "category": "SUB_ACCOUNT",
  "creationReference": "ac456ecb-7870-47d4-af23-2dde8563235f",
  "account_type": "user",
  "business_fk": 2046,
  "user_kyc": [
    {
      "id_file": "https://payaza-assets.s3.amazonaws.com/development/1737369951133-number1.jpg",
      "id_file_back": null,
      "id_type": "passport",
      "poa_file": "https://payaza-assets.s3.amazonaws.com/development/1737369961250-number2.png",
      "poa_type": "utilityBill"
    }
  ],
  "first_name": "Kianna",
  "last_name": "Doyle",
  "created_at": "2025-03-19T20:15:46.308311",
  "country_2_iso": "FR"
}

Authorizations

Authorization
string
header
required

Payaza {{Public API Key in Base 64}}

X-TenantID
string
header
required

live or test

Path Parameters

creationReference
string
required

The creation reference in the Create A user or corporate Subaccount API response

Response

Payment successful

id
integer
Example:

2147

country
string
Example:

"FRA"

currency
string
Example:

"EUR"

status
string
Example:

"PROVIDER_CREATED"

category
string
Example:

"SUB_ACCOUNT"

creationReference
string
Example:

"ac456ecb-7870-47d4-af23-2dde8563235f"

account_type
string
Example:

"user"

business_fk
integer
Example:

2046

first_name
string
Example:

"Kianna"

last_name
string
Example:

"Doyle"

created_at
string<date-time>
country_2_iso
string
Example:

"FR"

user_kyc
KYC Document Info · object[]

KYC documents for the individual.