Transaction APIAccount MovementsCreate account movementpost https://staging-api.vitessepsp.com/api/accountmovementsCreates a new account movement request between accounts.Body Paramsapplication/jsontext/jsonapplication/xmltext/xmlapplication/x-www-form-urlencodedCreates an account movement request between two accounts. Supply either CreditAmount or DebitAmount, but not both.DebitAccountIdint32requiredIdentifies the account from which funds are debited.DebitAmountdoubleThe amount to debit from the debit account.CreditAccountIdint32requiredIdentifies the account to which funds are credited.CreditAmountdoubleThe amount to credit to the credit account.PaymentReferencestringrequiredThe payment reference associated with the account movement.MerchantReferencestringrequiredA merchant-defined reference associated with the account movement.NarrativestringrequiredThe description associated with the account movement.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/xmltext/jsontext/xmlAllowed:application/jsonapplication/xmltext/jsontext/xmlcontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/jsonapplication/x-www-form-urlencodedapplication/xmltext/jsontext/xmlAllowed:application/jsonapplication/x-www-form-urlencodedapplication/xmltext/jsontext/xmlResponses 200OK - the account balances were retrieved successfully 201Created 400BadRequestUpdated 3 months ago List account movementsValidate account movementDid this page help you?YesNo