Skip to main content

Card POS API Reference

  • API Reference — Added a POS Parameters block for Card POS in the Payment API, covering pos_data.type, pos_data.card, pos_data.terminal, pos_data.pin_block, pos_data.allow_partial_approval, and amount_breakdown.cashback. Added a POS column in the payment method parameter matrix.
  • Authorize API — Linked Card POS parameter documentation to the POS Parameters block in the Payment API.
  • Payout API — Linked Card POS parameter documentation to the POS Parameters block in the Payment API.

SEPA Direct Debit

  • SEPA Direct Debit — Added payment method documentation covering both SEPA schemes: dd (B2C) and dd_b2b (B2B). The page covers payments, mandate handling, recurring collections, full and partial refunds, payouts, legal implications, and the transaction status lifecycle (startedpending → final status). See SEPA Direct Debit.
  • Mandate Reference API — Added Create Mandate Reference (POST /rest/create_mandate_reference) for upfront SEPA mandate creation. Linked from the SEPA payment method pages and from Direct Debit Parameters.
  • API Reference — Added a Direct Debit Parameters block (account_holder, iban, bic, sepa_mandate) and a Direct Debit column in the payment method parameter matrix. Added dd and dd_b2b to the Payment Types reference.
  • OpenAPI spec — Updated openapi.yaml to document the dd and dd_b2b payment types, a new DirectDebitData request block, POST /rest/create_mandate_reference with MandateReferenceRequest / MandateReferenceResponse, SEPA response/postback fields (mandate_id, iban, bic, recurring_mandate, execution_date), and direct debit fields on payout requests.

PayPal & Click to Pay

  • PayPal — Added payment method documentation covering one-time payments, authorize/capture/reverse, refunds, payouts, and PayPal Subscriptions. Added Cancel API and Revise API reference pages. See PayPal.
  • Click to Pay — Added payment method documentation for Secure Remote Commerce (SRC) on the Hosted Payment Page via the Checkout API. See Click to Pay.
  • OpenAPI spec — Updated openapi.yaml to document paypal and clicktopay payment types, PayPal subscription fields, /rest/cancel and /rest/revise endpoints, payout_email, and available_payment_methods on checkout requests.

Wero Test Scenarios

  • Wero — Test Scenarios for Payment Methods — Added a new section "Test Scenarios for Payment Methods" to the Wero payment method documentation. This section includes required and optional test scenarios, covering payment flows, refunds, and error cases. Each scenario includes description, steps, pass criteria, and evidence requirements. See Wero Payment Method.

Merchant Onboarding Guides

  • Apple Pay — Merchant Onboarding Guide — Added a step-by-step guide covering Apple Developer Program enrollment, merchant identifier creation, Payment Processing Certificate and Merchant Identity Certificate setup, domain verification, and frontend integration. See Apple Pay.
  • Google Pay — Merchant Onboarding Guide — Added a step-by-step guide covering Google Account creation, business registration in the Google Pay & Wallet Console, business profile completion, Google Pay API integration, and frontend integration. See Google Pay.

Test Data & Charge Actions

  • 3DS Passthrough — Added test data for merchants using their own 3DS MPI. See Card ECOM.
  • Apple Pay & Google Pay (Unmanaged) — Added test data for unmanaged wallet integration with and without cryptogram. See Apple Pay, Google Pay.
  • Charge Actions — Documented zero-amount "save card" pattern, SCA exemption request outcomes, clearing mode (auto/manual) with cross-endpoint usage, incremental authorization, and default mapping tables for card_entry/charge_order. See Payment API, Authorize API.