VerifyPaymentConsentParams
data class VerifyPaymentConsentParams(val clientSecret: String, val paymentConsentId: String, val amount: BigDecimal? = null, val currency: String? = null, val cvc: String? = null, val paymentMethodType: String, val returnUrl: String? = null)
The params that used for verify PaymentConsent
Types
Link copied to clipboard
class Builder(clientSecret: String, paymentConsentId: String, paymentMethodType: String) : ObjectBuilder<VerifyPaymentConsentParams>
Properties
Link copied to clipboard
The alternative amount of verification if zero amount is not acceptable for the provider. The transaction of this amount should be reverted once the verification process finished. Must be greater than 0.
Link copied to clipboard
Link copied to clipboard
PaymentConsent ID
Link copied to clipboard
Type of the PaymentMethod.