This page provides an overview of the payments methods provided by the Beem adapter in the IXOPAY platform. It also includes a full list of all configuration options available to you when integrating Beem within your payments landscape, as well as an overview of the parameters required when submitting a transaction via IXOPAY's API.
Payment Methods
Payment Method | Transaction Flows | Transaction Types |
---|
eQr | Redirect to Qr Code page | Debit, Refund |
Mandatory Fields
Key | Value | Transaction Type | Description |
---|
extraData.store | string | Debit | Name of the store |
Description | string | O | Debit |
Items | item object (Item Name, Item Description, Item Quantity, Item Price) | O | Debit ( it's mandatory to add at least one Item to the payload) |
Item Name | one of [sku ,tax ,shipping , discount ] | O | Debit |
Additional Parameters (Conditional Mandatory)
Key | Value | Required | Transaction Type | Description |
---|
extraData.location | string | false | Debit | Location of the store |
extraData.type | reversal | false | Refund | Adding this within 24 hours of the payment will send an Abort payment request instead of the Refund request |
Item.Item Identifier | string | for sku items | Debit | The item Identifier |
Item.ExtraData.uri | string | for sku items | Debit | The URI to the item |
Item.ExtraData.disc_amount | string | for sku items | Debit | Discount amount, must begin with numeric value |
Item.ExtraData.disc_description | string | for sku items | Debit | discount description |