SX Digital Pay
  1. SX Digital Pay
SX Digital Pay
  • SX Digital Pay
    • Getting started
    • Authentication
    • Webhook Validation
    • PaymentLinks
      • Create single-use payment link
      • List single-use payment links
      • Get link details
    • Webhooks
      • Link created
      • Link status changed
      • Link paymentStatus changed
    • Schemas
      • PaymentLinkStatus
      • PaymentLinkPaymentStatus
      • PaymentStatus
      • PaymentMethod
      • PaymentLinkBase
      • PaymentLinkSummary
      • PaymentLinkWithWebhook
      • PaymentLinkWithPayments
      • PaymentLinkCreated
      • PaymentsSummary
      • CreatePaymentLinkRequest
      • PaymentCustomer
      • PaymentQuote
      • Payment
      • Pagination
      • Error
      • WebhookLinkPayload
      • WebhookPaymentPayload
      • WebhookLinkEventData
      • WebhookLinkPaymentStatusEventData
      • WebhookEvent
  1. SX Digital Pay

Authentication

API Authentication#

API keys are issued per merchant and can be obtained in the Merchant panel under Integration menu.
Send either header x-api-key: <api-key> or Authorization: Bearer <api-key>.
Keep keys secret, rotate them periodically, and remove old keys immediately when rotating.

Example#

Modified at 2025-12-07 19:09:15
Previous
Getting started
Next
Webhook Validation
Built with