Mapping Company IDs to Customer Codes

You can use the customer_id field to map your company IDs to the Customer Code field in Vertex O Series.

The value is mapped to the field in Vertex O Series.

The following is an example of a Store Transaction request:

'{ "transaction": { "transaction_lines": [ { "customer-id": "my_certificate" "custom_id": "line1", "amount": 100 } ], "buyer_ip": "109.121.15.46", "currency_code": "EUR", "billing_country_code": "BE", "buyer_credit_card_prefix": "424242424" }, "private_token": "priv_***********" }' \

Did this page help you?