x-api-key: ********************
{ "description": "string", "amount": 0, "channel": "string", "additionalData": {}, "expiresAt": "string", "referenceId": "string", "userId": "string", "storeId": "string", "storeName": "string", "currency": "string", "accountNumber": "string", "walletId": "string" }
curl --location --request POST 'https://api.b2b.retter.io/5p1hp1d2t/CALL/WalletAPI/fix/-' \ --header 'Content-Type: application/json' \ --header 'x-api-key;' \ --data-raw '{ "description": "string", "amount": 0, "channel": "string", "additionalData": {}, "expiresAt": "string", "referenceId": "string", "userId": "string", "storeId": "string", "storeName": "string", "currency": "string", "accountNumber": "string", "walletId": "string" }'
{ "transaction": { "transactionId": "string", "type": "string", "amount": 0, "description": "string", "channel": "string", "createdAt": "string" }, "balance": 0 }