v1
latestOpenAPI 3.0.32026-07-243003151.2 MBAccounts
Create Loyalty Points Account
This API method allows the calling application to create a loyalty scheme points account and place into the corresponding wallet.
post/wallet/{walletId}/scheme/{schemeId}/account
Path parameters
walletIdstring string required
EES AIR Wallet ID
schemeIdstring string required
EES AIR Scheme ID
Request body
Example request
{
"details": {
"details": {
"key1": "Value1",
"key2": "AnotherValue"
}
}
}Response
Created