Get order

GET /orders/{order_id}

Get information about an invoice order or payment order.

Authentication

Affiliated merchant's site-level API key

Request

order_id
description: A client-defined ID to link order entities in your system to an invoice order.
type: string
location: path

curl -X GET 'https://api.acc.multisafepay.com/v1/json/orders/{order_id}?api_key={your-affiliate-api-key}' \
-H 'accept: application/json' \

Response

amount
description: The payment amount (in eurocents).
type: integer

amount_refunded
description: The amount refunded to the customer.
type: integer

checkout_options
description: Settings for processing the payment.
type: object

Attributes

checkout_options.tax_tables.alternate
description: An array of client-defined VAT classes that you can apply to items in the shopping_cart.
type: array
attributes:

  • checkout_options.tax_tables.alternate.name
    description: A client-defined ID used to apply tax settings to items in the shopping_cart through their tax_table_selector attribute.
    type: boolean

  • checkout_options.tax_tables.alternate.rules
    description: Alternative rules for tax rates.
    type: array
    attributes:

    • checkout_options.tax_tables.alternate.rules.country
      description: The country where the tax rate applies.
      type: string

    • checkout_options.tax_tables.alternate.rules.rate
      description: The tax rate percentage expressed as a fraction.
      type: float

checkout_options.tax_tables.alternate.standalone
description: Whether or not the shipping costs are taxed.
type: boolean


costs
description: Information about fees for the transaction.
type: object

created
description: The timestamp for when the order was created.
type: string

currency
description: The payment currency.
type: string
format: ISO-4217

custom_info
description: A placeholder parameter for storing information about the transaction.
type: object

customer
description: The customer's personal information.
type: object

Attributes

customer.address1
description: The first line of the customer's address.
type: string

customer.address2
description: The second line of the customer's address.
type: string

customer.city
description: The customer's city of residence.
type: string

customer.country
description: The customer's country of residence.
type: string
format: ISO 3166-1 country code.

customer.country_name
description: The customer's country of residence.
type: string

customer.email
description: The customer's email address.
type: string

customer.first_name
description: The customer’s first name.
type: string

customer.house_number
description: The customer's house number.
type: string

customer.last_name
description: The customer’s last name.
type: string

customer.locale
description: Localizes the payment page with the customer’s language, region, and available payment methods. Sends email templates in the customer’s preferred language.
type: string
format: ab_CD with ISO 639 language codes and ISO 3166 country codes

customer.phone1
description: The customer's first phone number.
type: string

customer.phone2
description: The customer's second phone number.
type: string

customer.state
description: The customer's state of residence.
type: string

customer.zip_code
description: The customer’s ZIP/postal code.
type: string


description
description: The order description.
type: string

fastcheckout
Fixed value: NO.
type: string

financial_status
description: The transaction status of the order.
type: string

installments_schedule
description: Installment orders only: An array of agreed payment installments.
type: array of objects
location: in payload

Attributes

installments_schedule.active
description: Whether the installments_schedule.reference is currently active.
type: boolean

installments_schedule.amount
description: The total amount (in eurocents) of this installment.
type: integer

installments_schedule.amount_outstanding
description: The remaining amount (in eurocents) for the customer to pay in this installment.
type: integer

installments_schedule.amount_increase
description: The amount (in eurocents) of the increase the customer is requested to pay after failing to pay timely.
type: integer

installments_schedule.amount_paid
description: The amount (in eurocents) paid in this installment.
type: integer

instalments_schedule.created
description: The timestamp for when the installment was created.
type: string
format: ISO-8601

instalments_schedule.due
description: The timestamp for when the installment is due to be paid.
type: string
format: ISO-8601

installments_schedule.installment
description: The number of the installment. Numbering starts at 0.
type: integer

installments_schedule.reference
description: The unique identifier of the installment.
type: string

installments_schedule.status
description: The transaction status of the installment.
type: string


items
description: A specification of the order items to display on your checkout page.
type: object

modified
description: The timestamp when the order was last modified.
type: string

order_adjustment
description: The total amount of the shopping cart, including taxes and shipping costs (if any).
type: object

Attributes

order_adjustment.total_adjustment
description: The total amount of the shopping cart, including shipping costs (if any).
type: float

order_adjustment.total_tax
description: The total tax amount of the shopping cart and shipping costs (if any).
type: float


order_id
description: A client-defined ID to link order entities in your system to an invoice order.
type: string

order_total
description: The total amount of the order.
type: string

payment_details
description: Information about the payment.
type: object

Attributes

payment_details.collecting_flow
description: The unique identifier of the merchant.
type: string

payment_details.external_transaction_id
description: The order reference number from a third party, e.g. the payment method.
type: string

payment_details.invoice_url
description: The invoice URL linking to the invoice_id.
type: string

payment_details.paylink_url
description: The URL of the payment link.
type: string

payment_details.recurring_flow
description: The tokenization method used to create the recurring payment.
type: string

payment_details.recurring_id
description: The unique identifier for the recurring payment.
type: string

payment_details.recurring_model
description: The recurring model.
type: string

payment_details.type
description: The gateway used for the transaction.
type: string


payment_methods
description: Information about the payment method.
type: object

Attributes

payment_methods.amount
description: The payment amount (in eurocents).
type: integer

payment_methods.currency
description: The payment currency.
type: string
format: ISO-4217 currency codes

payment_methods.description
description: The order description.
type: string

payment_methods.payment_description
description: The payment method.
type: string

payment_methods.status
description: The order status.
type: string

payment_methods.type
description: The gateway used for the transaction.
type: string


payment_url
description: The payment link URL (payment orders only).
type: string

reason
description: The reason for any modifications to the order.
type: string

reason_code
description: The reason code for any modifications to the order.
type: string

related_transactions
description: Information about linked transactions.
type: object

shipments
description: Information about partial shipments.
type: array

Attributes

shipments.amount
description: The amount of the partial shipment.
type: integer

shipments.carrier
description: The name of the carrier (courier) company shipping the partial shipment.
type: string

shipments.description
description: A description of the partial shipment.
type: string

shipments.invoice_id
description: The unique identifier for the invoice.
type: integer

shipments.invoice_url
description: The invoice URL linking to the invoice_id.
type: string

shipments.order_id
description: A client-defined ID to link order entities in your system with this invoice order.
type: string

shipments.po_number (optional)
description: The purchase order number of the partial shipment.
type: string

shipments.ship_date (optional)
description: The date of the partial shipment. We recommend including this whenever possible.
type: string
format: DD/MM/YYYY

shipments.tracktrace_code (optional)
description: The track and trace code for the partial shipment. We recommend including this whenever possible.
type: string

shipments.tracktrace_url (optional)
description: The URL to track the partial shipment.
type: string

shipments.transaction_id
description: MultiSafepay’s identifier for the transaction.
type: string


shopping_cart
description: All items in the shopping cart, including the tax class.
type: object

Attributes

shopping_cart.items.cashback
description: Not supported.
type: string

shopping_cart.items.currency
description: The payment currency.
type: string
format: ISO-4217 currency codes

shopping_cart.items.description
description: The item description.
type: string

shopping_cart.items.name
description: The item name.
type: string

shopping_cart.items.options
description: An array of objects including id, set_id, value, price, type, and price_type.
type: string

shopping_cart.items.quantity
description: The number of units of the item.
type: integer

shopping_cart.items.tax_table_selector
description: The tax ruling.
type: string

shopping_cart.items.unit_price
description: The unit price (in decimals) of the item, excluding VAT.
type: float

shopping_cart.items.weight
description: The weight of the item.
type: string
attributes:

  • shopping_cart.items.weight.value
    description: The weight of the item corresponding to the unit.
    type: integer
    example: unit= KG, value= 12. The weight of the item is 12 kilograms.

  • shopping_cart.items.weight.unit
    description: The unit of weight, e.g. KG.
    type: string


status
description: The updated status of the invoice order.
type: string

transaction_id
description: MultiSafepay’s identifier for the transaction (also known as the PSP ID).
type: integer

var1 var2 var3
description: Client-defined variables used for storing additional information.
type: string

BNPL order

{
  "data":{
    "amount":26000,
    "amount_refunded":0,
    "checkout_options":{
      "alternate":[
        {
          "name":"BTW21",
          "rules":[
            {
              "country":"",
              "rate":0.21
            }
          ],
          "standalone":true
        },
        {
          "name":"BTW6",
          "rules":[
            {
              "country":"",
              "rate":0.06
            }
          ],
          "standalone":true
        },
        {
          "name":"BTW0",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":true
        },
        {
          "name":"0.0000",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"0.0000",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"FEE",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"none",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":2,
          "rules":[
            {
              "country":"US",
              "rate":0.0825
            },
            {
              "country":"US",
              "rate":0.08375
            }
          ],
          "standalone":true
        }
      ],
      "default":{
        "rate":0.21,
        "shipping_taxed":true
      }
    },
    "costs":[
      
    ],
    "created":"2021-07-02T08:58:26",
    "currency":"EUR",
    "custom_info":{
      "custom_1":null,
      "custom_2":null,
      "custom_3":null
    },
    "customer":{
      "address1":"Neherkade",
      "address2":null,
      "city":"Gravenhage",
      "country":"NL",
      "country_name":null,
      "email":"[email protected]",
      "first_name":"Testperson-nl",
      "house_number":1,
      "last_name":"Approved",
      "locale":"us",
      "phone1":"0208500500",
      "phone2":"",
      "state":null,
      "zip_code":"2521VA"
    },
    "description":"Test Order Description",
    "fastcheckout":"NO",
    "financial_status":"initialized",
    "items":"<table border=\"0\" cellpadding=\"5\" width=\"100%\">\n<tr>\n<th width=\"10%\"><font size=\"2\" face=\"Verdana\">Quantity </font></th>\n<th align=\"left\"></th>\n<th align=\"left\"><font size=\"2\" face=\"Verdana\">Details </font></th>\n<th width=\"19%\" align=\"right\"><font size=\"2\" face=\"Verdana\">Price </font></th>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">2</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Geometric Candle Holders</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">90.00</font>\n</td>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">2</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Nice apple</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">35.00</font>\n</td>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">1</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Flat Rate - Fixed</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">10.00</font>\n</td>\n</tr>\n<tr bgcolor=\"#E9F1F7\">\n<td colspan=\"3\" align=\"right\"><font size=\"2\" face=\"Verdana\">VAT:</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">0.00</font>\n</td>\n</tr>\n<tr bgcolor=\"#E9F1F7\">\n<td colspan=\"3\" align=\"right\"><font size=\"2\" face=\"Verdana\">Total:</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">260.00</font>\n</td>\n</tr>\n</table>",
    "modified":"2021-07-26T15:13:17",
    "order_adjustment":{
      "total_adjustment":"0.00",
      "total_tax":"0.00"
    },
    "order_id":"{order_id}",
    "order_total":"260.00",
    "payment_details":{
      "collecting_flow":1001021,
      "external_transaction_id":null,
      "invoice_url":"https://testpayv2.multisafepay.com/orders/b3dcbc0467060689675685562fe847df",
      "recurring_flow":null,
      "recurring_id":null,
      "recurring_model":null,
      "type":"BNPL_OB"
    },
    "payment_methods":[
      {
        "amount":26000,
        "currency":"EUR",
        "description":"Test Order Description",
        "payment_description":"Pay after delivery",
        "status":"initialized",
        "type":"BNPL_OB"
      }
    ],
    "reason":"",
    "reason_code":"",
    "related_transactions":null,
    "shopping_cart":{
      "items":[
        {
          "cashback":"",
          "currency":"EUR",
          "description":"",
          "image":"",
          "merchant_item_id":11111,
          "name":"Geometric Candle Holders",
          "options":[
            
          ],
          "product_url":"",
          "quantity":2,
          "tax_table_selector":"none",
          "unit_price":"90.00",
          "weight":{
            "unit":"KG",
            "value":12
          }
        },
        {
          "cashback":"",
          "currency":"EUR",
          "description":"",
          "image":"",
          "merchant_item_id":666666,
          "name":"Nice apple",
          "options":[
            
          ],
          "product_url":"",
          "quantity":2,
          "tax_table_selector":"none",
          "unit_price":"35.00",
          "weight":{
            "unit":"KG",
            "value":20
          }
        },
        {
          "cashback":"",
          "currency":"EUR",
          "description":"Shipping",
          "image":"",
          "merchant_item_id":123456,
          "name":"Flat Rate - Fixed",
          "options":[
            
          ],
          "product_url":"",
          "quantity":1,
          "tax_table_selector":"none",
          "unit_price":"10.00",
          "weight":{
            "unit":"KG",
            "value":0
          }
        }
      ]
    },
    "status":"shipped",
    "transaction_id":4824023,
    "var1":null,
    "var2":null,
    "var3":null
  },
  "success":true
}

Installments order

{
  "data":{
    "amount":26000,
    "amount_refunded":0,
    "checkout_options":{
      "alternate":[
        {
          "name":"BTW21",
          "rules":[
            {
              "country":"",
              "rate":0.21
            }
          ],
          "standalone":true
        },
        {
          "name":"BTW6",
          "rules":[
            {
              "country":"",
              "rate":0.06
            }
          ],
          "standalone":true
        },
        {
          "name":"BTW0",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":true
        },
        {
          "name":"0.0000",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"0.0000",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"FEE",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":"none",
          "rules":[
            {
              "country":"",
              "rate":"0.00"
            }
          ],
          "standalone":""
        },
        {
          "name":2,
          "rules":[
            {
              "country":"US",
              "rate":0.0825
            },
            {
              "country":"US",
              "rate":0.08375
            }
          ],
          "standalone":true
        }
      ],
      "default":{
        "rate":0.21,
        "shipping_taxed":true
      }
    },
    "costs":[
      
    ],
    "created":"2021-07-28T16:45:37",
    "currency":"EUR",
    "custom_info":{
      "custom_1":null,
      "custom_2":null,
      "custom_3":null
    },
    "customer":{
      "address1":"Neherkade",
      "address2":null,
      "city":"Gravenhage",
      "country":"NL",
      "country_name":null,
      "email":"[email protected]",
      "first_name":"Testperson-nl",
      "house_number":1,
      "last_name":"Testperson-nl",
      "locale":"en_US",
      "phone1":"0208500500",
      "phone2":"",
      "state":null,
      "zip_code":"2521VA"
    },
    "description":"Test Order Description",
    "fastcheckout":"NO",
    "financial_status":"initialized",
    "installment_schedule":[
      {
        "installment":1,
        "created":"2022-03-08T12:55:07",
        "due":"2022-04-08T12:55:07",
        "amount":8900,
        "amount_refunded":900,
        "amount_paid":8000,
        "amount_outstanding":0,
        "amount_increase":0,
        "reference":"HQ2KLF6GJVQG",
        "status":"completed"
      },
      {
        "installment":2,
        "created":"2022-04-08T12:55:07",
        "due":"2022-05-08T12:55:07",
        "amount":9000,
        "amount_refunded":0,
        "amount_paid":9500,
        "amount_outstanding":0,
        "amount_increase":500,
        "reference":"H62KLF6GJVQG",
        "status":"created"
      },
      {
        "installment":3,
        "created":"2022-05-08T12:55:07",
        "due":"2022-06-08T12:55:07",
        "amount":9000,
        "amount_refunded":0,
        "amount_paid":0,
        "amount_outstanding":9000,
        "amount_increase":0,
        "reference":"HQ2KLF611VQG",
        "status":"created"
      }
    ],
    "items":"<table border=\"0\" cellpadding=\"5\" width=\"100%\">\n<tr>\n<th width=\"10%\"><font size=\"2\" face=\"Verdana\">Quantity </font></th>\n<th align=\"left\"></th>\n<th align=\"left\"><font size=\"2\" face=\"Verdana\">Details </font></th>\n<th width=\"19%\" align=\"right\"><font size=\"2\" face=\"Verdana\">Price </font></th>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">2</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Geometric Candle Holders</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">90.00</font>\n</td>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">2</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Nice apple</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">35.00</font>\n</td>\n</tr>\n<tr>\n<td align=\"center\"><font size=\"2\" face=\"Verdana\">1</font></td>\n<td width=\"6%\"></td>\n<td width=\"65%\"><font size=\"2\" face=\"Verdana\">Flat Rate - Fixed</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">10.00</font>\n</td>\n</tr>\n<tr bgcolor=\"#E9F1F7\">\n<td colspan=\"3\" align=\"right\"><font size=\"2\" face=\"Verdana\">VAT:</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">0.00</font>\n</td>\n</tr>\n<tr bgcolor=\"#E9F1F7\">\n<td colspan=\"3\" align=\"right\"><font size=\"2\" face=\"Verdana\">Total:</font></td>\n<td align=\"right\">&euro;<font size=\"2\" face=\"Verdana\">260.00</font>\n</td>\n</tr>\n</table>",
    "modified":"2021-07-28T16:45:37",
    "order_adjustment":{
      "total_adjustment":"0.00",
      "total_tax":"0.00"
    },
    "order_id":"ORDER_12345",
    "order_total":"260.00",
    "payment_details":{
      "collecting_flow":1001021,
      "external_transaction_id":null,
      "invoice_url":"https://testpayv2.multisafepay.com/orders/de0de7d7c8a66ba4311f2cbe039c77d6",
      "recurring_flow":null,
      "recurring_id":null,
      "recurring_model":null,
      "type":"BNPL_OB"
    },
    "payment_methods":[
      {
        "amount":26000,
        "currency":"EUR",
        "description":"Test Order Description",
        "payment_description":"Pay after delivery",
        "status":"initialized",
        "type":"BNPL_OB"
      }
    ],
    "reason":"",
    "reason_code":"",
    "related_transactions":null,
    "shopping_cart":{
      "items":[
        {
          "cashback":"",
          "currency":"EUR",
          "description":"",
          "image":"",
          "merchant_item_id":11111,
          "name":"Geometric Candle Holders",
          "options":[
            
          ],
          "product_url":"",
          "quantity":2,
          "tax_table_selector":"none",
          "unit_price":"90.00",
          "weight":{
            "unit":"KG",
            "value":12
          }
        },
        {
          "cashback":"",
          "currency":"EUR",
          "description":"",
          "image":"",
          "merchant_item_id":666666,
          "name":"Nice apple",
          "options":[
            
          ],
          "product_url":"",
          "quantity":2,
          "tax_table_selector":"none",
          "unit_price":"35.00",
          "weight":{
            "unit":"KG",
            "value":20
          }
        },
        {
          "cashback":"",
          "currency":"EUR",
          "description":"Shipping",
          "image":"",
          "merchant_item_id":123456,
          "name":"Flat Rate - Fixed",
          "options":[
            
          ],
          "product_url":"",
          "quantity":1,
          "tax_table_selector":"none",
          "unit_price":"10.00",
          "weight":{
            "unit":"KG",
            "value":0
          }
        }
      ]
    },
    "status":"uncleared",
    "transaction_id":4859189,
    "var1":null,
    "var2":null,
    "var3":null
  },
  "success":true
}

Payment order

{
  "data":{
    "amount":26000,
    "amount_refunded":0,
    "costs":[
      {
        "amount":0.49,
        "description":"0.49 For iDEAL Transactions",
        "transaction_id":2823557,
        "type":"SYSTEM"
      }
    ],
    "created":"2021-09-09T15:06:16",
    "currency":"EUR",
    "custom_info":{
      "custom_1":null,
      "custom_2":null,
      "custom_3":null
    },
    "customer":{
      "address1":null,
      "address2":null,
      "city":null,
      "country":null,
      "country_name":null,
      "email":"",
      "first_name":null,
      "house_number":null,
      "last_name":null,
      "locale":"en_US",
      "phone1":null,
      "phone2":"",
      "state":null,
      "zip_code":null
    },
    "description":"product description",
    "fastcheckout":"NO",
    "financial_status":"initialized",
    "items":null,
    "modified":"2021-09-09T15:06:16",
    "order_id":"E2E test run 2",
    "payment_details":{
      "account_holder_name":null,
      "account_iban":"https://payv2.acc.multisafepay.com/simulator/ideal?trxid=1262345454107496&ideal=prob&issuerid=0031&merchantReturnURL=https%3A%2F%2Fpay%2Eacc%2Emultisafepay%2Ecom%2Fdirect%2Fcomplete%2F%3Fmspid%3D4958153",
      "account_id":null,
      "external_transaction_id":1262345454107496,
      "issuer_id":"0031",
      "recurring_flow":null,
      "recurring_id":null,
      "recurring_model":null,
      "type":"IDEAL"
    },
    "payment_methods":[
      {
        "amount":26000,
        "currency":"EUR",
        "description":"product description",
        "external_transaction_id":1262345454107496,
        "payment_description":"iDEAL",
        "status":"initialized",
        "type":"IDEAL"
      }
    ],
    "reason":"",
    "reason_code":"",
    "related_transactions":null,
    "status":"initialized",
    "transaction_id":4958153,
    "var1":null,
    "var2":null,
    "var3":null,
    "payment_url":"https://payv2.acc.multisafepay.com/simulator/ideal?trxid=1262345454107496&ideal=prob&issuerid=0031&merchantReturnURL=https%3A%2F%2Fpay%2Eacc%2Emultisafepay%2Ecom%2Fdirect%2Fcomplete%2F%3Fmspid%3D4958153"
  },
  "success":true
}

Partial shipment

{
  "data":{
    "amount":26000,
    "amount_refunded":0,
    "costs":[
      {
        "amount":0.49,
        "description":"0.49 For iDEAL Transactions",
        "transaction_id":2823557,
        "type":"SYSTEM"
      }
    ],
    "created":"2021-09-09T15:06:16",
    "currency":"EUR",
    "custom_info":{
      "custom_1":null,
      "custom_2":null,
      "custom_3":null
    },
    "customer":{
      "address1":null,
      "address2":null,
      "city":null,
      "country":null,
      "country_name":null,
      "email":"",
      "first_name":null,
      "house_number":null,
      "last_name":null,
      "locale":"en_US",
      "phone1":null,
      "phone2":"",
      "state":null,
      "zip_code":null
    },
    "description":"product description",
    "fastcheckout":"NO",
    "financial_status":"initialized",
    "items":null,
    "modified":"2021-09-09T15:06:16",
    "order_id":"E2E test run 2",
    "payment_details":{
      "account_holder_name":null,
      "account_iban":"https://payv2.acc.multisafepay.com/simulator/ideal?trxid=1262345454107496&ideal=prob&issuerid=0031&merchantReturnURL=https%3A%2F%2Fpay%2Eacc%2Emultisafepay%2Ecom%2Fdirect%2Fcomplete%2F%3Fmspid%3D4958153",
      "account_id":null,
      "external_transaction_id":1262345454107496,
      "issuer_id":"0031",
      "recurring_flow":null,
      "recurring_id":null,
      "recurring_model":null,
      "type":"IDEAL"
    },
    "payment_methods":[
      {
        "amount":26000,
        "currency":"EUR",
        "description":"product description",
        "external_transaction_id":1262345454107496,
        "payment_description":"iDEAL",
        "status":"initialized",
        "type":"IDEAL"
      }
    ],
    "reason":"",
    "reason_code":"",
    "related_transactions":null,
    "shipments":[
      {
        "amount":1000,
        "carrier":"MRV",
        "description":"Shipped Order",
        "invoice_id":null,
        "invoice_url":null,
        "order_id":"case-20220404-10-0001",
        "po_number":null,
        "ship_date":"12/11/2021",
        "tracktrace_code":998877665544332200,
        "tracktrace_url":"http://tracktrace-url.com/",
        "transaction_id":6304414
      },
      {
        "amount":2500,
        "carrier":"MRV",
        "description":"Shipped Order",
        "invoice_id":null,
        "invoice_url":null,
        "order_id":"case-20220404-10-0002",
        "po_number":null,
        "ship_date":"12/11/2021",
        "tracktrace_code":998877665544332200,
        "tracktrace_url":"http://tracktrace-url.com/",
        "transaction_id":6304422
      },
      {
        "amount":6900,
        "carrier":"MRV",
        "description":"Shipped Order",
        "invoice_id":null,
        "invoice_url":null,
        "order_id":"case-20220404-10-0003",
        "po_number":null,
        "ship_date":"12/11/2021",
        "tracktrace_code":998877665544332200,
        "tracktrace_url":"http://tracktrace-url.com/",
        "transaction_id":6304432
      }
    ],
    "status":"initialized",
    "transaction_id":4958153,
    "var1":null,
    "var2":null,
    "var3":null,
    "payment_url":"https://payv2.acc.multisafepay.com/simulator/ideal?trxid=1262345454107496&ideal=prob&issuerid=0031&merchantReturnURL=https%3A%2F%2Fpay%2Eacc%2Emultisafepay%2Ecom%2Fdirect%2Fcomplete%2F%3Fmspid%3D4958153"
  },
  "success":true
}