2. Authorization Transaction
POST Request to https://ggnft.ibanera.com/v3/submit-transaction/deposit-transaction
deposit-transaction can only be called once a quote has been generated and is active, meaning that the quote was generated within 10 minutes of the request to authorize a payment.
When a payment is authorized for a given quote, the user's billing information is processed for the orderTotal amount generated in getQuote.
Note: deposit-transaction will remain the same endpoint for all 2D and 3D transactions.
Header
Header Parameter
Type
Text
Action
content-type
String
application/json
Required
JSON Body Request Example
Success Response - (status code 200)
Last updated