Request
Property Name | Type | Required | Description |
---|---|---|---|
seller-shopper-id | string | Optional | Unique shopper ID assigned by the merchant. |
store-id | integer | Optional | Merchant’s store ID. To pick up the soft descriptor configured in the system you will need to include the store-id . Please contact Merchant Support, if you do not know your store-id . |
vat-code | string | Optional | Value added tax identification number (VATIN) associated with the shopper. A shopper with a VATIN does not pay VAT to the merchant. |
shopper-currency | string | Optional | Shopper's selected currency. All prices and orders for this shopper will be based on this currency. See Currency codes. Note: In the [Create Order and New Shopper](ref :create-shopper-and-order) request, the shopper currency and order currency must match. |
locale | string | Optional | Shopper's selected language. See Language codes. |
soft-descriptor | string | Optional; Relevant if sending a credit card number | Description that may appear on the shopper's bank statement when BlueSnap validates the card. |
descriptor-phone-number | string | Optional; Relevant if sending a credit card number | Merchant's support phone number, which may appear on the shopper's bank statement when BlueSnap validates the card. Length: 0-20 characters |
invoice-contacts-info | container | Optional | Container of invoice-contacts-info properties. |
shipping-contact-info | container | Optional | Container of shipping-contact-info properties. |
shopper-contact-info | container | Optional | Container of shopper-contact-info properties. |
payment-info | container | Optional | Container of payment-info properties. |
Response
Property Name | Type | Description |
---|---|---|
shopper-id | long | Shopper's BlueSnap ID. |
seller-shopper-id | string | Unique shopper ID assigned by the merchant. |
store-id | integer | Merchant’s store ID. |
vat-code | string | Value added tax identification number (VATIN) associated with the shopper. A shopper with a VATIN does not pay VAT to the merchant. |
shopper-currency | string | Shopper's selected currency. All prices and orders for this shopper will be based on this currency. See Currency codes. |
locale | string | Shopper's selected language. See Language codes. |
invoice-contacts-info | container | Container of invoice-contacts-info properties. |
shipping-contact-info | container | Container of shipping-contact-info properties. |
shopper-contact-info | container | Container of shopper-contact-info properties. |
payment-info | container | Container of payment-info properties. |