Request Data Format | application/json |
---|---|
Request related java object | com.intershop.sellside.rest.common.capi.resource.basket.BasketPaymentResource com.intershop.sellside.rest.common.capi.resourceobject.basket.PaymentRO |
Request Example | Simple payment method without attributes: { "name": "BPS_CASH_ON_DELIVERY", "type": "Payment" } or { "name": "BPS_ONLINEPAY", "type": "Payment" } or { "name": "BPS_INVOICE", "type": "Payment" } etc. Add complex payment methods with all attributes: { "name": "BPS_GIFT_CARD", "type": "Payment", "giftCardNumber": "11111111111", "giftCardPIN": "1111" } or { "name": "BPS_DEBIT_TRANSFER", "type": "Payment", "accountNumber": "123456789", "accountHolder": "Patricia Miller", "bankCode": "83053030" } Add complex payment methods that have been registered to customer: { "name": "BPS_GIFT_CARD", "type": "Payment", "id": "sGHHGdfgbdgdgHGHhghasedl" } or { "name": "BPS_DEBIT_TRANSFER", "type": "Payment", "id": "wRIKDgAbhZIAAAFDY4iXcGez" } |
Response Data Format | n.a. |
Response related java object | n/a |
Response Example | n/a |
XML Request Data Format | text/xml |
---|---|
XML Request Java Objects | com.intershop.sellside.rest.common.capi.resource.basket.BasketPaymentResource com.intershop.sellside.rest.common.capi.resourceobject.basket.PaymentRO |
XML Request Example | Simple payment method without attributes: <Payment name="BPS_CASH_ON_DELIVERY" type="Payment" /> or <Payment name="BPS_ONLINEPAY" type="Payment" /> or <Payment name="BPS_INVOICE" type="Payment" /> etc. Add complex payment methods with all attributes: <Payment name="BPS_GIFT_CARD" type="Payment"> <giftCardNumber>11111111111</giftCardNumber> <giftCardPIN>1111</giftCardPIN> </Payment> or <Payment name="BPS_DEBIT_TRANSFER" type="Payment"> <accountNumber>123456789</accountNumber> <accountHolder>Patricia Miller</accountHolder> <bankCode>83053030</bankCode> </Payment> Add complex payment methods that have been registered to customer: <Payment name="BPS_GIFT_CARD" type="Payment"> <id>sGHHGdfgbdgdgHGHhghasedl</id> </Payment> or <Payment name="BPS_DEBIT_TRANSFER" type="Payment"> <id>wRIKDgAbhZIAAAFDY4iXcGez</id> </Payment> |
XML Response Data Format | n.a. |
XML Response Java Objects | n/a |
XML Response Example | n/a |
The information provided in the Knowledge Base may not be applicable to all systems and situations. Intershop Communications will not be liable to any party for any direct or indirect damages resulting from the use of the Customer Support section of the Intershop Corporate Web site, including, without limitation, any lost profits, business interruption, loss of programs or other data on your information handling system.