Skip to main content
POST
/realms/{realmId}/organizations/{organizationId}/accounts/{accountId}/wallets/{walletId}/transfers-p2p

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
accountId
string
required
walletId
string
required

Body

application/json
sourceCategory
enum<string>
required
Available options:
FLEX_NATIONAL,
FLEX_INTERNATIONAL,
FOOD,
GAS,
MOBILITY,
TOLL,
FLEX_NATIONAL_WITHOUT_WITHDRAWALS,
ADS,
SAAS,
HOTEL,
AIRLINES,
TRAVEL
destinationRealmId
string
required
Minimum string length: 1
destinationOrganizationId
string
required
Minimum string length: 1
destinationAccountId
string
required
Minimum string length: 1
destinationWalletId
string
required
Minimum string length: 1
destinationCategory
enum<string>
required
Available options:
FLEX_NATIONAL,
FLEX_INTERNATIONAL,
FOOD,
GAS,
MOBILITY,
TOLL,
FLEX_NATIONAL_WITHOUT_WITHDRAWALS,
ADS,
SAAS,
HOTEL,
AIRLINES,
TRAVEL
amount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
processingType
enum<string>
required
Available options:
INSTANT,
DELAYED
retryCount
integer
default:0
Required range: -9007199254740991 <= x <= 9007199254740991

Response

default

Undocumented response (no code type, no existing spec).