2025-03-25
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
Help Center
VCCHUB How-to
2025-03-25
  • 2025-03-25
  • 2025-01-20
  • 2022-03-14
  1. API Reference
  • Guides
    • Welcome
    • Interface
  • API Reference
    • Introduction
    • Endpoints
    • Data Types
    • Signing
    • 3-D Secure Verification
    • Subscription
    • Errors
    • Webhooks
    • Items Information
    • Changelog
    • Acquiring
      • Create a direct payment
        POST
      • Create a APM payment
        POST
      • Create a redirect (iFrame) payment
        POST
      • Capture a transaction
        POST
      • Review a transaction
        POST
      • Cancel a transaction
        POST
      • Cancel a subscription
        POST
      • Query a transaction
        POST
      • Refund a transaction
        POST
      • Search a refund transaction
        POST
      • Create a payout
        POST
      • Optimise payment methods
        POST
      • Update an order
        POST
    • Issuing
      • Cardholder
        • Create cardholder
          POST
        • Delete cardholder
          POST
        • Query cardholder
          POST
      • Card
        • Query card BIN
        • Create a card
        • Query card details
        • Recharge card
        • Withdraw from a card
        • Cancel a card
        • Update card status
        • Update card limit
  • Appendix
    • Test Cards
    • Bank Code
    • Country Code
    • Currency Code
    • Payment Methods
  1. API Reference

Items Information

The sequence of the goods (item) information (items): Goods name, goods ID, unit price, quantity and goods url, must be in correct order.
Segment single goods by '#,#', and segment multiple goods by '#;#'
If the attribute of some goods information or the part of the single good is empty, use '0' to replace. And, currency of the goods has to be consistent with the order information
Specific example:
Item1-Name #,# Item1-No#,# Item1-Price #,# Item1-Quantity #,# Item1-goodsURL #,# Item1-Id#;#
Item2-Name #,# Item2-No#,# Item2-Price #,# Item2-Quantity #,# Item2-goodsURL #,# Item2-Id#;#
Item3-Name #,# Item3-No#,# Item3-Price #,# Item3-Quantity #,# Item3-goodsURL #,# Item3-Id#;#
…………
Segment single goods by '#,#', and segment multiple goods by '#;#'
Previous
Webhooks
Next
Changelog