v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Create Programme Account
This API method allows the calling application to create a programme stored value account and place into the corresponding wallet.
post/wallet/{walletId}/programme/{programmeId}/account
Path parameters
walletIdstring string required
EES AIR Wallet ID
programmeIdstring string required
EES AIR Programme ID
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
Created