Version 2025-06-01

Breaking change to Authentication mechanism with new API key format new sk_prod... and sk_test_.... PaymentInitiator now required on payment and checkout session resources_

Added

  • Payments (breaking) - Now requires paymentInitiatorId for payment creation
  • Checkout Session (breaking) - Now requires paymentInitiatorId for session creation and proceed requests
  • API - Payment Links Resource Added
  • Payment Links - Create Payment Link - POST /2025-06-01/payment-links
  • Payment Links - Get Payment Link - GET /2025-06-01/payment-links/{linkId}
  • Payment Links - Update Payment Link - PUT /2025-06-01/payment-links/{linkId}
  • Payment Links - Delete Payment Link - DELETE /2025-06-01/payment-links/{linkId}
  • Payment Links - List Payment Links - GET /2025-06-01/payment-links