Skip to main content

PaymentDetailsKey

Defines the available payment details keys and their meaning.

Paysafecash-specific details:

  • PAYSAFECASH_BARCODE_TYPE - The type of the generated barcode, when using the Paysafecash payment option.
    • Valid value: CODE128
  • PAYSAFECASH_BARCODE_VALUE - The value of the generated barcode, when using the Paysafecash payment option.
    • Valid value: 1000000000000004574
  • PAYMENT_RAIL - Payment network or channel used to move the funds from the sender to the recipient. If more than one option is available a comma separated list of values will be returned.
    • Valid value: ACH - Automated Clearing House for US
    • Valid value: RTP - Real-Time Payments for US
stringPaymentDetailsKey (string)

Defines the available payment details keys and their meaning.

Paysafecash-specific details:

  • PAYSAFECASH_BARCODE_TYPE - The type of the generated barcode, when using the Paysafecash payment option.
    • Valid value: CODE128
  • PAYSAFECASH_BARCODE_VALUE - The value of the generated barcode, when using the Paysafecash payment option.
    • Valid value: 1000000000000004574
  • PAYMENT_RAIL - Payment network or channel used to move the funds from the sender to the recipient. If more than one option is available a comma separated list of values will be returned.
    • Valid value: ACH - Automated Clearing House for US
    • Valid value: RTP - Real-Time Payments for US

Possible values: [PAYSAFECASH_BARCODE_TYPE, PAYSAFECASH_BARCODE_VALUE, PAYMENT_RAIL]

Example: PAYSAFECASH_BARCODE_TYPE
PaymentDetailsKey
"PAYSAFECASH_BARCODE_TYPE"