Skip to content

Commit

Permalink
Merge pull request #1699 from Wlundqvist/patch-1
Browse files Browse the repository at this point in the history
Update instrument-mode.md
  • Loading branch information
arebra authored Feb 10, 2025
2 parents 61ce4c6 + 68d351e commit 67299db
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions _includes/instrument-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,25 @@ Content-Type: application/json;version=3.x/2.0 // Version optional for 3.0
"productCategory": "A123",
"orderReference": "or-123456",
"subsite": "MySubsite", {% if documentation_section contains "checkout-v3" %}
"siteId": "MySiteId", {% endif %}
"siteId": "MySiteId" {% endif %}
},
"payer": {
"requireConsumerInfo": true,
"digitalProducts": false,
"shippingAddressRestrictedToCountryCodes": [ "NO", "US" ]
"firstName": "Leia",
"lastName": "Ahlström",
"email": "leia@payex.com",
"msisdn": "+46787654321",
"payerReference": "AB1234",
"shippingAddress": {
"firstName": "firstname/companyname",
"lastName": "lastname",
"email": "karl.anderssson@mail.se",
"msisdn": "+46759123456",
"streetAddress": "string",
"coAddress": "string",
"city": "Solna",
"zipCode": "17674",
"countryCode": "SE"
},
"orderItems": [
{
Expand Down

0 comments on commit 67299db

Please sign in to comment.