Newer Version Available

This content describes an older version of this product. View Latest

DRUpdatePaymentMethod

This Omnistudio Data Mapper updates the payment method details for an account.

Sample Input

1{
2  "PaymentMethodId": "a3Q4W000000gYg6UAE",
3  "Type": "Credit Card",
4  "cardExpMonth": "08",
5  "cardExpYear": "2022",
6  "cardHolderName": "Raina Warner",
7  "cardNumber": "553535353535353"
8}

Parameter

Required/Optional

cardExpMonth

Required

cardExpYear

Required

cardHolderName

Required

cardNumber

Required

PaymentMethodId

Required

Type

Required

Sample Output

11- vlocity_cmt__PaymentMethod__c: a3Q4W000000gYg6UAE

Called By

  • Workflow: Self care Billing Details page

    • LWC: VplS360SelfCareBillingDetails.js

      • Integration Procedure: VPL360_UpdatePaymentmethod