v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Admin

Create a fee account for a currency by activating a global account with the provider

Create a fee account for a currency by activating a global account with the provider

post/api/v1/admin/fee-accounts/{provider}

Path parameters

providerstring required

Cross-border provider name

Example:transfermate

Cross-border provider name

Request body

currencystring required

Currency code for the fee account

Example request

{
  "currency": "GBP"
}

Response

Created

successboolean required

Indicates if the request was successful

Example response

{
  "success": true,
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "currency": "EUR",
    "provider": "TRANSFERMATE",
    "provider_account_id": "TM_EUR_FEE_001",
    "iban": "IE64IRCE92050112345678",
    "swift": "IRCEGB2L",
    "account_number": "12345678",
    "created_at": "2024-01-15T10:30:00.000Z",
    "updated_at": "2024-01-15T10:30:00.000Z"
  }
}