1. Schemas
Payment API
  • Retrieving Client Information with JavaScript
  • Sale Request
    POST
  • Status Request
    POST
  • Refund Request
    POST
  • Schemas
    • Schemas
      • Sale
      • Merchant
      • Customer
      • Billing
      • Billing-Card
      • Webhooks
      • Browser
      • Risk-Params
      • Refund-Transaction
  1. Schemas

Browser

{
    "accept-header": "string",
    "java-enabled": true,
    "language": "string",
    "screen-width": 0,
    "screen-height": 0,
    "screen-color-depth": 0,
    "time-zone": "string",
    "user-agent": "string"
}
Built with