Not the solution you were looking for?
Click the button to submit a support ticket
Payment Page API
- Create a Payment
- Consult Payment Status
- Consult Transaction information
- Export Transactions List
- Callbacks
- Capture a Transaction
- Cancel a Transaction
- Refund a Transaction
- Rebill a Transaction
- Cancel a Subscription
- Process a direct WeChat payment
- Process a direct Alipay payment
- API Account Information
- Reference
Payment Gateway API
orderCartContent object
JSON array containing objects with the following structure:
Name | Type | Description | Required | API Version |
---|---|---|---|---|
cartProductId | Integer(32bits) | Product internal ID in the merchant’s shop | yes | >= 002 |
cartProductName | String(256) | Product name given by the merchant | yes | >= 002 |
cartProductUnitPrice | Float | Product unitary price, VAT included | yes | >= 002 |
cartProductQuantity | Integer(32bits) | Number of a single reference in the cart | yes | >= 002 |
cartProductBrand | String(128) | Brand of the product | no | >= 002 |
cartProductMPN | String(128) | Manufacturer unique identifier | no | >= 002 |
cartProductCategoryName | String(128) | Lower level category of the product, according to the merchant’s catalog | no | >= 002 |
cartProductCategoryID | Integer(32bits) | Lower level category ID of the product, according to the merchant’s catalog | no | >= 002 |
© PayXpert 2015-2024