Debit Transaction
Debit Transaction
Debit Transaction for Moneyguard Subscription
POST
https://wimikabankservice.azurewebsites.net/api/DebitTransaction
Use this method to initiate a debit transaction specifically for the MoneyGuard subscription service, ensuring a seamless payment process. This procedure allows users to securely access and enjoy uninterrupted subscription benefits while managing their financial transactions.
Headers
x-wimika-session-id*
String
Wimika session unique Identifier.
Request Body
sourceBankAccountId
Integer
The unique identifier of the user's account for the moneyguard subscription.
destinationBankAccountId
Integer
The destination bank's Account ID for Moneyguard. This unique identifier ensures accurate and secure transactions to the designated account.
amount
String
The debit amount.
memo
String
The transaction description.
{
"transactionId": "DEBIT_af123mn657"
}
Example Request
curl \
-H 'Accept: application/JSON' \
-H 'x-wimika-session-id: 08303832' \
-d '{
"sourceBankAccountId": 178321,
"destinationBankAccountId": 109234,
"amount": "100000",
"memo": "Moneyguard quarterly subscription"
}'\
-X POST https://wimikabankservice.azurewebsites.net/api/DebitTransaction
Last updated
Was this helpful?