chosenPaymentMethod

Contains the details about a vaulted shopper's chosen payment method

Request

Property NameTypeRequiredDescription
chosenPaymentMethodTypestringRequiredChosen payment method type.

Possible Values:
  • CC
  • ECP
  • BECS_DIRECT_DEBIT
  • ACSS_DIRECT_DEBIT
  • SEPA_DIRECT_DEBIT
creditCardobjectOptionalOnly include if chosenPaymentMethodType is CC.See creditCard.

Response

Property NameTypeDescription
chosenPaymentMethodTypestring

Chosen payment method type.

Possible Values:
  • CC
  • ECP
  • BECS_DIRECT_DEBIT
  • ACSS_DIRECT_DEBIT
  • SEPA_DIRECT_DEBIT
creditCardobjectSee creditCard.