DIBS
Tags, loops and template examples related to handling payment in DIBS FlexWin/DIBS Mobile/DIBS Payment Window checkouts.
Available tags
Dibs.acceptReturnUrl
Returns the URL to the page that DIBS Mobile will redirect to if the order is approved.
@GetString("Dibs.acceptReturnUrl")
Dibs.accepturl
Returns the URL to the page that the payments will redirect to if the order is approved.
@GetString("Dibs.accepturl")
Dibs.addFee
Returns state of 'Card fee added by DIBS' check-box in the payment gateway settings.
@GetString("Dibs.addFee")
Dibs.amount
Returns the amount of the order for use by the payments.
@GetString("Dibs.amount")
Dibs.billingAddress
Returns address of billing data for DIBS Payment Window.
@GetString("Dibs.billingAddress")
Dibs.billingAddress2
Returns additional address of billing data for DIBS Payment Window.
@GetString("Dibs.billingAddress2")
Dibs.billingEmail
Returns E-mail address of billing data for DIBS Payment Window.
@GetString("Dibs.billingEmail")
Dibs.billingFirstName
Returns user first name of billing data for DIBS Payment Window.
@GetString("Dibs.billingFirstName")
Dibs.billingLastName
Returns user last name of billing data for DIBS Payment Window.
@GetString("Dibs.billingLastName")
Dibs.billingMobile
Returns mobile phone's number of billing data for DIBS Payment Window.
@GetString("Dibs.billingMobile")
Dibs.billingPostalCode
Returns postal code of billing data for DIBS Payment Window.
@GetString("Dibs.billingPostalCode")
Dibs.billingPostalPlace
Returns postal place of billing data for DIBS Payment Window.
@GetString("Dibs.billingPostalPlace")
Dibs.callbackurl
Returns the URL that the payments will make a call back to with the result of the transaction.
@GetString("Dibs.callbackurl")
Dibs.cancelReturnUrl
Returns the URL to the page that DIBS Mobile will redirect to if the customer cancels the payment.
@GetString("Dibs.cancelReturnUrl")
Dibs.cancelurl
Returns the URL to the page that the payments will redirect to if the customer cancels the payment.
@GetString("Dibs.cancelurl")
Dibs.captureNow
Returns current state of 'Capture now' check-box in the payment gateway settings.
@GetString("Dibs.captureNow")
Dibs.CheckoutHandlerRequestName
Returns checkout handler request name for DIBS Payment Window.
@GetString("Dibs.CheckoutHandlerRequestName")
Dibs.CheckoutHandlerRequestValue
Returns checkout handler request value (shop's order ID) for DIBS Payment Window.
@GetString("Dibs.CheckoutHandlerRequestValue")
Dibs.color
Returns the color you have selected for the DIBS FlexWin window.
@GetString("Dibs.color")
Dibs.createTicket
Returns state of abillity to create ticket for given cards for DIBS Payment Window.
@GetString("Dibs.createTicket")
Dibs.createTicketAndAuth
Returns state of abillity to create ticket and perform autorization at the same time for given cards with DIBS Payment Window.
@GetString("Dibs.createTicketAndAuth")
Dibs.md5key
Returns the md5key for the DIBS Flexwin/Mobile payments. The variable enables an MD5 key control of the parameters received by DIBS. This control confirms, that the parameters sent to DIBS, have not been tampered with during transfer.
@GetString("Dibs.md5key")
Dibs.oiNames
Returns string of defined names used by DIBS Payment Window during transaction.
@GetString("Dibs.oiNames")
Dibs.oiTypes
Returns string of defined types used by DIBS Payment Window during transaction.
@GetString("Dibs.oiTypes")
Dibs.payType
Returns string of all payable card's codes defined for DIBS Mobile and divided with comma.
@GetString("Dibs.payType")
Dibs.s_SavedCardDraftName
Returns temporary name of card before storring for DIBS Payment Window.
@GetString("Dibs.s_SavedCardDraftName")
Available loops
Dibs.OrderDetails
The Dibs.OrderDetails
loop defines metadata the shop's current order transfered to DIBS Payment Window.
@foreach (LoopItem item in GetLoop("Dibs.OrderDetails")){ <p>@item.GetValue("TagName")</p> }