Card Request
data class CardRequest(val programName: String, val currency: String, val mobile: String? = null, val cardPin: String? = null, val externalId: String? = null, val deliveryAddress: DeliveryAddress? = null, val termsAndConditionsAccepted: Boolean? = null, val eDisclosureAccepted: Boolean? = null)
Data class containing the required parameters for creation of a card.
Properties
Link copied to clipboard
The card PIN. For EU Customers: The Card pin should be 4 digits. US customers must set their card PIN via a separate CardService.update.
Link copied to clipboard
DeliveryAddress The DeliveryAddress object will be used for the PHYSICAL card delivery. It must be null in case of VIRTUAL card.
Link copied to clipboard
The field must be present for US customers.
Link copied to clipboard
External card identifier in merchant system.
Link copied to clipboard
Program name provided by Paysafe.
Link copied to clipboard
The field must be present for US customers.