{ "additionalData": { "mcAuthorisationType": "PreAuth" } "card": { "number": "4111111111111111", "expiryMonth": "6", "expiryYear": "2016", "cvc": "737",
"holderName": "Adyen Test" },
"amount": {
"value": 10000, "currency": "EUR" },
"reference": “Your Reference Here“, "merchantAccount": "TestMerchant", “shopperEmail”: “[email protected]”, “shopperIP”: “61.294.12.12”,
“shopperReference”: “Simon Hopper” }
SOAP Payment Request <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"> <soap:Body> <ns1:authorise xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentRequest> <additionalData xmlns="http://payment.services.adyen.com"> <entry xmlns="http://payment.services.adyen.com"> <key xsi:type="xsd:string">mcAuthorisationType</key> <value xsi:type="xsd:string">PreAuth</value>
</entry>
</additionalData>
<amount xmlns="http://payment.services.adyen.com">
<currency xmlns="http://common.services.adyen.com">EUR</currency> <value xmlns="http://common.services.adyen.com">10000</value> </amount>
<card xmlns="http://payment.services.adyen.com"> <cvc>737</cvc>
<expiryMonth>06</expiryMonth> <expiryYear>2016</expiryYear> <holderName>Adyen Test</holderName> <number>5100290029002909</number> </card>
<merchantAccount xmlns="http://payment.services.adyen.com">TestMerchant</merchantAccount> <reference xmlns="http://payment.services.adyen.com">Your Reference Here</reference> <shopperEmail xmlns="http://payment.services.adyen.com">[email protected]</shopperEmail> <shopperIP xmlns="http://payment.services.adyen.com">61.294.12.12</shopperIP>
<shopperReference xmlns="http://payment.services.adyen.com">Simon Hopper</shopperReference>
</ns1:paymentRequest> </ns1:authorise> </soap:Body> </soap:Envelope>
REST Payment Request
additionalData.mcAuthorisationType=PreAuth&card.number=4111111111111111&card.expiryMonth=6&card.ex piryYear=2016&card.cvc=737&card.holderName=Adyen+Test&amount.value=10000&amount.currency=EUR&refer ence=Your Reference Here&merchantAccount=TestMerchant&shopperEmail=s.hopper
Appendix J: Payment Request with Installments
JSON Payment Request{ "card": { "number": "4111111111111111", "expiryMonth": "6", "expiryYear": "2016", "cvc": "737",
"holderName": "Adyen Test" }, "amount": { "value": 2000, "currency": "BRL" }, "installments": { "value": 4 },
"reference": “Your Reference Here“, "merchantAccount": "TestMerchant”, “shopperEmail”: “[email protected]”, “shopperIP”: “61.294.12.12”,
“shopperReference”: “Simon Hopper” }
SOAP Payment Request
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
<soap:Body>
<ns1:authorise xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentRequest>
<amount xmlns="http://payment.services.adyen.com">
<currency xmlns="http://common.services.adyen.com">BRL</currency> <value xmlns="http://common.services.adyen.com">2000</value> </amount>
<card xmlns="http://payment.services.adyen.com"> <cvc>737</cvc>
<expiryMonth>06</expiryMonth> <expiryYear>2016</expiryYear> <holderName>Adyen Test</holderName> <number>4111111111111111</number> </card>
<installments xmlns="http://payment.services.adyen.com"> <value xmlns=4</value>
</installments>
<merchantAccount xmlns="http://payment.services.adyen.com">TestMerchant</merchantAccount> <reference xmlns="http://payment.services.adyen.com">Your Reference Here</reference> <shopperEmail xmlns="http://payment.services.adyen.com">[email protected]</shopperEmail> <shopperIP xmlns="http://payment.services.adyen.com">61.294.12.12</shopperIP>
<shopperReference xmlns="http://payment.services.adyen.com">Simon Hopper</shopperReference>
</ns1:paymentRequest> </ns1:authorise> </soap:Body> </soap: Envelope>
REST Payment Request
amount.currency=BRL&amount.value=2000&card.cvc=737&card.expiryMonth=06&card.expiryYear=2016 &card.holderName=Adyen+Test&card.number=4111111111111111&merchantAccount=TestMerchant &reference=test1234&installments.value=4&shopperEmail=s.hopper
Appendix K: CVC/CVV and AVS Result Values
CVC/CVV Result Values 0 Unknown 1 Matches 2 Doesn't match 3 Not checked4 No CVC/CVV provided, but was required 5 Issuer not certified for CVC/CVV
6 No CVC/CVV provided
AVS Result
0 Unknown
1 Address matches, postal code doesn't 2 Neither postal code nor address match
3 AVS unavailable
4 AVS not supported for this card type
5 No AVS data provided
6 Postal code matches, address doesn't match 7 Both postal code and address match 8 Address not checked, postal code unknown 9 Address matches, postal code unknown 10 Address doesn't match, postal code unknown 11 Postal code not checked, address unknown 12 Address matches, postal code not checked 13 Address doesn't match, postal code not checked 14 Postal code matches, address unknown 15 Postal code matches, address not checked 16 Postal code doesn't match, address unknown 17 Postal code doesn't match, address not checked 18 Neither postal code nor address were checked
19 Name and postal code matches
20 Name, address and postal code matches
21 Name and address matches
22 Name matches
23 Postal code matches, name doesn't match
24 Both postal code and address matches, name doesn't match 25 Address matches, name doesn't match
Appendix L: ACH Payment Request
JSON Payment Request{ "bankAccount": { "bankAccountNumber": "11111111111111111", "bankLocationId": "011000028", "countryCode": "US", "ownerName": "Andrews", "bankAccountType": "C" }, "amount": { "value": 200, "currency": "USD" },
"reference": “Your Reference Here“, "merchantAccount": "TestMerchant", “shopperEmail”: “[email protected]”, “shopperIP”: “61.294.12.12”,
“shopperReference”: “Simon Hopper” “shopperInteraction”: “Ecommerce” }
SOAP Payment Request <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
<soap:Body>
<ns1:authorise xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentRequest>
<amount xmlns="http://payment.services.adyen.com">
<currency xmlns="http://common.services.adyen.com">USD</currency> <value xmlns="http://common.services.adyen.com">200</value> </amount>
<bankAccount xmlns="http://payment.services.adyen.com"> <bankAccountNumber>11111111111111111</bankAccountNumber> <bankLocationId>011000028</bankLocationId>
<countryCode>US</countryCode> <ownerName>Andrews</ownerName> <bankAccountType>C</bankAccountType> </bankAccount>
<merchantAccount xmlns="http://payment.services.adyen.com">TestMerchant</merchantAccount> <reference xmlns="http://payment.services.adyen.com">Your Reference Here</reference> <shopperIP xmlns="http://payment.services.adyen.com">61.294.12.12</shopperIP>
<shopperReference xmlns="http://payment.services.adyen.com">111541</shopperReference> <shopperInteraction
xmlns="http://payment.services.adyen.com">Ecommerce</shopperInteraction> </ns1:paymentRequest>
</ns1:authorise> </soap:Body>
REST Payment Request
amount.currency=USD&amount.value=200&merchantAccount=TestMerchant&reference=testReference1234&bank Account.bankAccountNumber=11111111111111111&bankAccount.bankLocationId=011000028&bankAccount.count ryCode=US&bankAccount.ownerName=Andrews&bankAccount.bankAccountType=C&shopperIP=212.14.111.12&shop perReference=111541&shopperInteraction=Ecommerce
Appendix M: SEPA Direct Debit One-off Payment Request and
Response
JSON One-Off Payment Request {
"bankAccount": {
"iban": "NL48RABO0132394782", "ownerName": "Klaas T. Jansen", "countryCode": "NL", }, "amount": { "value": 1500, "currency": "EUR" },
"reference": “Your Reference Here“, "merchantAccount": "TestMerchant", “shopperEmail”: “[email protected]”, “shopperIP”: “61.294.12.12”,
“shopperStatement”: “UW ORDER 122345677889”, “selectedBrand”: “sepadirectdebit”
}
JSON One-Off Payment Response { "additionalData": { "sepadirectdebit.dateOfSignature": "2013-11-28", "sepadirectdebit.sequenceType": "OneOff", "sepadirectdebit.mandateId": "9913856361050084", }, “resultCode”: “Received” “pspReference”: “9913856361050084” }
For the field sepadirectdebit.sequenceType:
• If this is the first payment in a recurring flow, the value will be “First". • If this is a subsequent payment, the value will be “Recurring”. • If this is a one-off payment, the value will be "OneOff".
SOAP One-Off Payment Request <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
<soap:Body>
<ns1:authorise xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentRequest>
<ns1:amount>
<currency xmlns="http://common.services.adyen.com">EUR</currency> <value xmlns="http://common.services.adyen.com">1500</value> </ns1:amount>
<ns1:bankAccount>
<ns1:iban>NL48RABO0132394782</ns1:iban> <ns1:ownerName>Klaas T. Jansen</ns1:ownerName> <ns1:countryCode>NL</ns1:countryCode>
</ns1:bankAccount>
<ns1:merchantAccount>TestMerchant</ns1:merchantAccount> <ns1:reference>Your Reference Here</ns1:reference> <ns1:shopperEmail>[email protected]</ns1:shopperEmail>
<ns1:shopperReference>TheShopperReference</ns1:shopperReference> <ns1:shopperIP>10.10.100.200</ns1:shopperIP>
<ns1:shopperStatement>UW ORDER 122345677889</ns1:shopperStatement> <ns1:selectedBrand>sepadirectdebit</ns1:selectedBrand>
</ns1:paymentRequest> </ns1:authorise> </soap:Body> </soap:Envelope>
SOAP One-Off Payment Response <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"> <soap:Body> <ns1:authoriseResponse xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentResult> <additionalData xmlns="http://payment.services.adyen.com"> <entry>
<key xsi:type="xsd:string">sepadirectdebit.dateOfSignature</key> <value xsi:type="xsd:string">2013-11-28</value>
</entry> <entry>
<key xsi:type="xsd:string">sepadirectdebit.sequenceType</key> <value xsi:type="xsd:string">OneOff</value>
</entry> <entry>
<key xsi:type="xsd:string">sepadirectdebit.mandateId</key> <value xsi:type="xsd:string">9913856361050084</value> </entry>
</additionalData>
<authCode xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <dccAmount xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <dccSignature xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <fraudResult xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <issuerUrl xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <md xmlns="http://payment.services.adyen.com" xsi:nil="true"/> <paRequest xmlns="http://payment.services.adyen.com" xsi:nil="true"/>
<pspReference xmlns="http://payment.services.adyen.com">9913856361050084</pspReference> <refusalReason xmlns="http://payment.services.adyen.com" xsi:nil="true"/>
<ns1:resultCode>Received</ns1:resultCode> </ns1:paymentResult>
</ns1:authoriseResponse> </soap:Body>
</soap:Envelope>
For the field sepadirectdebit.sequenceType:
• If this is the first payment in a recurring flow, the value will be “First". • If this is a subsequent payment, the value will be “Recurring”. • If this is a one-off payment, the value will be "OneOff".
Appendix N: SEPA Direct Debit Recurring Payment Request
JSON Request { "amount": { "value": 2150, "currency": "EUR" },"reference": "Your Reference Here", "merchantAccount": "TestMerchant", "shopperEmail": "[email protected]", "shopperReference": "TheShopperReference", "shopperInteraction": "ContAuth", "recurring": { "contract": "RECURRING", }, "selectedRecurringDetailRetail": "LATEST", "selectedBrand": "sepadirectdebit" } SOAP Request <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
<soap:Body>
<ns1:authorise xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentRequest>
<ns1:amount>
<currency xmlns="http://common.services.adyen.com">EUR</currency> <value xmlns="http://common.services.adyen.com">2150</value> </ns1:amount>
<ns1:merchantAccount>TestMerchant</ns1:merchantAccount> <ns1:reference>Your Reference Here</ns1:reference> <ns1:shopperEmail>[email protected]</ns1:shopperEmail>
<ns1:shopperReference>TheShopperReference</ns1:shopperReference> <ns1:shopperInteraction>ContAuth</ns1:shopperInteraction>
<ns1:recurring>
<ns1:contract>RECURRING</ns1:contract> </ns1:recurring>
<ns1:selectedRecurringDetailRetail>LATEST</ns1:selectedRecurringDetailRetail> <ns1:selectedBrand>sepadirectdebit</ns1:selectedBrand>
</ns1:paymentRequest> </ns1:authorise> </soap:Body> </soap:Envelope>
JSON Request
amount.value=2150&amount.currency=EUR&reference=Your+Reference+Here&merchantAccount=TestMerchant&s hopperEmail=email%40shopper.com&shopperReference=TheShopperReference&shopperInteraction=ContAuth &recurring.contract=RECURRING&selectedRecurringDetailRetail=LATEST&selectedBrand=sepadirectdebit
Appendix O: Boleto JSON API Payment Request and Response
JSON Payment Request{ "amount": { "value": 1000, "currency": "BRL" }, "billingAddress": { "city": "São Paulo", "country": "BR",
"houseNumberOrName": "999", "postalCode": "04787910", "stateOrPrivince": "SP", "street": "Roque Petroni Jr" },
"deliveryDate": "2013-10-29T23:00:00.000Z", "reference": "Teste Boleto",
"merchantAccount": "TestMerchant”, "selectedBrand": "boletobancario_santander", "shopperName": { "firstName": "José", "lastName": "Silva" },
"shopperStatement": "Aceitar o pagamento até 15 dias após o vencimento.
Não cobrar juros. Não aceitar o pagamento com cheque",
"socialSecurityNumber": "56861752509" }
JSON Payment Response { "additionaldata": { "boletobancario.url": https://test.adyen.com/hpp/generationBoleto.shtml? data=AgABAQAk5QYbuNl9TiV63c5KeLTvXpB03Ml3krv%2FtwYj....2FFq3920vVWRd5HKHT96mCdVXyo4Gzq %2BTkzNbmT2XcgFf%2FwhYkU4%3D, "boletobancario.data": "AgABAQAk5QYbuNl9TiV63c5KeLTvXpB03Ml3krv/twYj....2FFq3920vVWRd5HKHT96mCdVXyo4Gzq+TkzNbmT2XcgFf/whY kU4=", "boletobancario.expirationDate": "2013-08-19", "boletobancario.dueDate": "2013-08-12" }, "pspReference": "8813760397300101", "resultCode": "Received" }
SOAP Payment Request
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance">
<soap:Body>
<authorise xmlns="http://payment.services.adyen.com"> <paymentRequest>
<amount>
<ns1:currency xmlns:ns1="http://common.services.adyen.com">BRL</ns1:currency> <ns2:value xmlns:ns2="http://common.services.adyen.com">1000</ns2:value> </amount>
<billingAddress>
<ns3:city xmlns:ns3="http://common.services.adyen.com">São Paulo</ns3:city> <ns4:country xmlns:ns4="http://common.services.adyen.com">BR</ns4:country> <ns5:houseNumberOrName
xmlns:ns5="http://common.services.adyen.com">999</ns5:houseNumberOrName>
<ns6:postalCode xmlns:ns6="http://common.services.adyen.com">04787910</ns6:postalCode> <ns7:stateOrPrivince
xmlns:ns7="http://common.services.adyen.com">SP</ns7:stateOrPrivince>
<ns8:street xmlns:ns8="http://common.services.adyen.com">Roque Petroni Jr</ns8:street> </card>
<deliveryDate xmlns="http://payment.services.adyen.com">2013-10- 29T23:00:00.000Z</deliveryDate>
<merchantAccount xmlns="http://payment.services.adyen.com">TestMerchant</merchantAccount> <reference xmlns="http://payment.services.adyen.com">Teste Boleto</reference>
<selectedBrand
xmlns="http://payment.services.adyen.com">boletobancario_santander</selectedBrand> <shopperName xmlns="http://payment.services.adyen.com">
<ns9:firstName xmlns:ns9="http://common.services.adyen.com">José</ns9:firstName> <ns10:lastName xmlns:ns10="http://common.services.adyen.com">Silva</ns10:lastName> </shopperName>
<shopperStatement>Aceitar o pagamento até 15 dias após o vencimento.
Não cobrar juros. Não aceitar o pagamento com cheque.</shopperStatement>
<socialSecurityNumber>56861752509</socialSecurityNumber> </paymentRequest>
</ns1:authorise> </soap:Body> </soap:Envelope>
SOAP Payment Response <?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"> <soap:Body> <ns1:authoriseResponse xmlns:ns1="http://payment.services.adyen.com"> <ns1:paymentResult> <additionaldata xmlns="http://payment.services.adyen.com"> <entry>
<key xsi:type="xsd:string">boletobancario.url</key>
<value xsi:type="xsd:string">https://test.adyen.com/hpp/generationBoleto.shtml? data=AgABAQAk5QYbuNl9TiV63c5KeLTvXpB03Ml3krv%2FtwYj....2FFq3920vVWRd5HKHT96mCdVXyo4Gzq %2BTkzNbmT2XcgFf%2FwhYkU4%3D</value>
</entry> <entry>
<key xsi:type="xsd:string">boletobancario.data</key> <value
xsi:type="xsd:string">AgABAQAk5QYbuNl9TiV63c5KeLTvXpB03Ml3krv/twYj....2FFq3920vVWRd5HKHT96mCdVXyo4 Gzq+TkzNbmT2XcgFf/whYkU4=</value>
</entry> <entry>
<key xsi:type="xsd:string">boletobancario.expirationDate</key> <value xsi:type="xsd:string">2013-08-19</value>
</entry> <entry>
<key xsi:type="xsd:string">boletobancario.dueDate</key> <value xsi:type="xsd:string">2013-08-12</value>
</entry> </additionaldata>
<pspReference xmlns="http://payment.services.adyen.com">8813760397300101</authCode> <resultCode xmlns="http://payment.services.adyen.com">Received</authCode>
</ns1:paymentResult> </ns1:authoriseResponse> </soap:Body>
</soap:Envelope>
REST Payment Request
amount.currency=BRL&amount.value=1000&billingAddress.city=Sao+Paulo&billingAddress.country=BR&bill ingAddress.houseNumberOrName=999&billingAddress.postalCode=04787910&billingAddress.stateOrProvince =SP&billingAddress.street=Rua+Roque+Petroni+Jr&deliveryDate=2013-08- 15T02:00:00+02:00&merchantAccount=TestMerchant&reference=Teste+Boleto&selectedBrand=boletobancario _santander&shopperName.firstName=José&shopperName.lastName=Silva&shopperStatement=Aceitar+o+pagame nto+até+15+dias+após+o+vencimento.%0A+Não+cobrar+juros. +Não+aceitar+o+pagamento+com+cheque.&socialSecurityNumber=65468766205
additionalData.boletobancario.url=https://test.adyen.com/hpp/generationBoleto.shtml? data=AgABAQClZUyg1NqsD7nN5X1uqN4mabJ7A3FH5LgAUbqDnJ6EAQlnSAVL%2Bu7eWIXY%2Fo%2B7F0v04ZEnh6VR%2F %2BIAUfJoMQba2uHb2%2BqezXU %2FhgULKuFov7s2ZnwmszAuuHgE6JvahvWtAygC5lnpLEgw34pp7z8Vf2hAQYO9mvELei6ZR8S6DMxVTObYGE6r %2FanhX1ucteKztIR79zv1wWWzV%2FbccQIqgOEp5b8AYU6mwOlbm0oP2lPZofq4CFAQfs %2FROyBk0JBQlQDaZHQRmY8YP3236nD6eEr4cBEy6MpULl8w0iin39NxXGsi7OCmuQDe2w1Fy %2F40Iv6AA2sar3JTo4Ap3eraC6PEN8s5%2BSoOB5MO %2BfpFbRSfFeSHGh9L3%2FwzuxaXCHopNfwjjgx6aJEVv1FmaPzyVYm9kB7%2B %2F1IpaxzBIp6nTh5VSMp8iJOyOccCoV4e7Qv6SKNDkvT5lc2KPXg6jUC4tQJWyFFbvgV55rlQojjRecQfLwCiQ51tONSyaw2Q LewemJJys9Q2AyIXYemGUXdzYAORNlSLJkTQdkoQZKdMwuOx4LDPFkNQuzHLlg4Xg %2BpWYhgSz0TEZJrS83voNSRTbrIwOPN3&pspReference=8513763283942198&additionalData.boletobancario.dueD ate=2013-08-15& additionalData.boletobancario.data=AgABAQClZUyg1NqsD7nN5X1uqN4mabJ7A3FH5LgAUbqDnJ6EAQlnSAVL+u7eWIX Y/o+7F0v04ZEnh6VR/ +IAUfJoMQba2uHb2+qezXU/hgULKuFov7s2ZnwmszAuuHgE6JvahvWtAygC5lnpLEgw34pp7z8Vf2hAQYO9mvELei6ZR8S6DMx VTObYGE6r/anhX1ucteKztIR79zv1wWWzV/bccQIqgOEp5b8AYU6mwOlbm0oP2lPZofq4CFAQfs/ROyBk0JBQlQDaZHQRmY8YP 3236nD6eEr4cBEy6MpULl8w0iin39NxXGsi7OCmuQDe2w1Fy/40Iv6AA2sar3JTo4Ap3eraC6PEN8s5+SoOB5MO+fpFbRSfFeS HGh9L3/wzuxaXCHopNfwjjgx6aJEVv1FmaPzyVYm9kB7+/1IpaxzBIp6nTh5VSMp8iJOyOccCoV4e7Qv6SKNDkvT5lc2KPXg6j UC4tQJWyFFbvgV55rlQojjRecQfLwCiQ51tONSyaw2QLewemJJys9Q2AyIXYemGUXdzYAORNlSLJkTQdkoQZKdMwuOx4LDPFkN QuzHLlg4Xg+pWYhgSz0TEZJrS83voNSRTbrIwOPN3& additionalData.boletobancario.expirationDate=2013-08-22&resultCode=Received
Appendix P: Sample Boleto Forms
Default FormAppendix Q: Modification Request and Response - Capture
JSON Modification Request{ "merchantAccount": "TestMerchant", "modificationAmount": { "value": 500, "currency": "EUR" }, "originalReference": "8313547924770610", "reference": "YourModificationReference" }
JSON Modification Response