PaymentDetails
Contains payment-option-specific details that are returned from our APIs during payment.
keyPaymentDetailsKey (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
- Valid value:
PAYSAFECASH_BARCODE_VALUE
- The value of the generated barcode, when using the Paysafecash payment option.- Valid value:
1000000000000004574
- Valid value:
Possible values: [PAYSAFECASH_BARCODE_TYPE
, PAYSAFECASH_BARCODE_VALUE
]
Example:
PAYSAFECASH_BARCODE_TYPE
valuestring
PaymentDetails
{
"key": "PAYSAFECASH_BARCODE_TYPE",
"value": "string"
}