PUT v1/Order/InitiateDirectBankTransaction

Initiates a Direct Bank Transaction, an offsite payment url will be returned with this call to complete payment.

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
TransactionId
No description available
Not available
OrderNumber
No description available
Not available
AbortUrl
No description available
Not available
SuccessUrl
No description available
Not available
TimeoutUrl
No description available
Not available
UpdateUrl
No description available
Not available
ExternalTransactionId
No description available
Not available

Response Information

Response body formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "externalTransactionId": "sample string 2"
}

application/xml, text/xml

Sample:
<DirectBankCreateTransactionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <ExternalTransactionId>sample string 2</ExternalTransactionId>
  <Url>sample string 1</Url>
</DirectBankCreateTransactionResponse>