The acquiring channel in which the session takes place. Ecommerce is default unless specified. Any other values should be defined in the agreement.
Promo codes - The array could be used to define which of the configured payment options within a payment category (pay_later, pay_over_time, etc.) should be shown for this purchase. Discuss with the delivery manager to know about the promo codes that will be configured for your account. The feature could also be used to provide promotional offers to specific customers (eg: 0% financing). Please be informed that the usage of this feature can have commercial implications.
{ "session_id": "string", "acquiring_channel": "ECOMMERCE", "attachment": { "body": "string", "content_type": "string" }, "authorization_token": "string", "billing_address": { "attention": "string", "city": "string", "country": "string", "email": "string", "family_name": "string", "given_name": "string", "organization_name": "string", "phone": "string", "postal_code": "string", "region": "string", "street_address": "string", "street_address2": "string", "title": "string" }, "client_token": "string", "custom_payment_method_ids": [ "string" ], "customer": { "date_of_birth": "string", "gender": "string", "last_four_ssn": "string", "national_identification_number": "string", "organization_entity_type": "LIMITED_COMPANY", "organization_registration_id": "string", "title": "string", "type": "string", "vat_id": "string" }, "design": "string", "expires_at": "2019-08-24T14:15:22Z", "locale": "string", "merchant_data": "string", "merchant_reference1": "string", "merchant_reference2": "string", "merchant_urls": { "confirmation": "http://example.com", "notification": "http://example.com", "push": "http://example.com", "authorization": "http://example.com" }, "options": { "color_border": "string", "color_border_selected": "string", "color_details": "string", "color_text": "string", "radius_border": "string" }, "order_amount": 0, "order_lines": [ { … } ], "order_tax_amount": 0, "payment_method_categories": [ { … } ], "purchase_country": "string", "purchase_currency": "string", "shipping_address": { "attention": "string", "city": "string", "country": "string", "email": "string", "family_name": "string", "given_name": "string", "organization_name": "string", "phone": "string", "postal_code": "string", "region": "string", "street_address": "string", "street_address2": "string", "title": "string" }, "status": "complete", "intent": "buy", "order": { "authorized_payment_method": { … }, "fraud_status": "string", "order_id": "string", "redirect_url": "string" } }