Skip to main content

PaymentPropertyKey

Payment property key. Defines available payment property key and their meaning.

Card payment properties:

  • CARD_CVV - Card CVV is required to confirm the card payment during deposit.
    • Valid value: 123
  • CARD_SAVE_INSTRUMENT - The user agrees to save the card for further payments.
    • Valid value: true
  • PAYMENT_CONFIRMATION - For PCI-DSS level 3 partners card information is collected in Paysafe hosted interface.
    Valid valuesDescription
    EMBEDDEDDefault The payment is confirmed in the hosted Paysafe interface
    OUTSOURCEDThe payment flow is returned to caller after collection of card data
  • CARRIER - Specifies the carrier(s) for the payment flow, used to define the payment target when the payment instrument cannot uniquely identify it. The user must choose from a predefined list of carriers provided by the payment provider.
stringPaymentPropertyKey (string)

Payment property key. Defines available payment property key and their meaning.

Card payment properties:

  • CARD_CVV - Card CVV is required to confirm the card payment during deposit.
    • Valid value: 123
  • CARD_SAVE_INSTRUMENT - The user agrees to save the card for further payments.
    • Valid value: true
  • PAYMENT_CONFIRMATION - For PCI-DSS level 3 partners card information is collected in Paysafe hosted interface. |Valid values|Description| |---|---| |EMBEDDED|Default The payment is confirmed in the hosted Paysafe interface | |OUTSOURCED| The payment flow is returned to caller after collection of card data|
  • CARRIER - Specifies the carrier(s) for the payment flow, used to define the payment target when the payment instrument cannot uniquely identify it. The user must choose from a predefined list of carriers provided by the payment provider.

Possible values: [CARD_CVV, CARD_SAVE_INSTRUMENT, SAVE_RECIPIENT, PAYMENT_CONFIRMATION, CARRIER]

PaymentPropertyKey
"CARD_CVV"