Skip to content

Instantly share code, notes, and snippets.

@ben221199
Last active May 18, 2025 11:37
Show Gist options
  • Save ben221199/66c32cfa88e3f6bf7b7b37f06512a4a0 to your computer and use it in GitHub Desktop.
Save ben221199/66c32cfa88e3f6bf7b7b37f06512a4a0 to your computer and use it in GitHub Desktop.
Payment Service Provider

Payment Mandates

Name Country Company Mollie Stripe Adyen
ACSS Debit Canada - - acss_debit
Amazon Pay - Amazon - amazon_pay
Australia BECS Debit Australia - - au_becs_debit
BACS Debit UK - - bacs_debit
Creditcard - - creditcard
  • cardHolder
  • cardNumber
  • cardLabel
  • cardFingerprint
  • cardExpiryDate
card
  • brand (PM)
  • checks (PM)
  • country (PM)
  • display_brand (PM)
  • exp_month (C) (PM)
  • exp_year (C) (PM)
  • fingerprint (PM)
  • funding (PM)
  • generated_from (PM)
  • last4 (PM)
  • networks (PM)
  • regulated_status (PM)
  • three_d_secure_usage (PM)
  • wallet (PM)
  • number (C) (PM)
  • cvc (C) (PM)
  • networks (C) (PM)
scheme
  • brand
  • checkoutAttemptId
  • cupsecureplus.smscode (D)
  • cvc
  • encryptedCard
  • encryptedCardNumber
  • encryptedExpiryMonth
  • encryptedExpiryYear
  • encryptedSecurityCode
  • expiryMonth
  • expiryYear
  • fastlaneData
  • fundingSource
  • holderName
  • networkPaymentReference
  • number
  • recurringDetailReference (D)
  • shopperNotificationReference
  • srcCorrelationId
  • srcDigitalCardId
  • srcScheme
  • srcTokenReference
  • storedPaymentMethodId
  • threeDS2SdkVersion
  • type
Cash App - Block - cashapp
Kakao Pay - Kakao - kakao_pay
KR Card South Korea - - kr_card
Link by Stripe - Stripe - link
Naver Pay - Naver - naver_pay
NZ Bank Account New Zealand - - nz_bank_account
PayPal - PayPal paypal
  • consumerName
  • consumerAccount
  • consumerEmail (C)
  • paypalBillingAgreementId (C)
  • payPalVaultId (C)
paypal
  • billing_agreement_id (M)
  • payer_id (M)
  • country (PM)
  • payer_email (PM)
  • payer_id (PM)
paypal
  • checkoutAttemptId
  • orderID
  • payeePreferred
  • payerID
  • payerSelected
  • recurringDetailReference (D)
  • storedPaymentMethodId
  • subtype
  • type (R)
Revolut Pay - Revolut - revolut_pay
SEPA Debit Europa - directdebit
  • consumerName (C)
  • consumerAccount (C)
  • consumerBic
sepa_debit
  • reference (M)
  • url (M)
  • bank_code (PM)
  • branch_code (PM)
  • country (PM)
  • fingerprint (PM)
  • generated_from (PM)
  • last4 (PM)
  • iban (C) (PM)
sepadirectdebit
  • checkoutAttemptId
  • iban (R)
  • ownerName (R)
  • recurringDetailReference (D)
  • storedPaymentMethodId
  • transferInstrumentId
  • type (R)
US Bank Account US - - us_bank_account
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment