DRLoadPaymentMethod

This Omnistudio Data Mapper loads the payment method details in the record.

Sample Input

1{
2  "AccountId": "0014W00002AGmzOQAT",
3  "Type": "Credit Card",
4  "cardExpMonth": "08",
5  "cardExpYear": "2022",
6  "cardHolderName": "Test Name",
7  "cardNumber": "4242424242424242"
8}

Parameter

Required/Optional

itemId

Required

Sample Output

11- vlocity_cmt__PaymentMethod__c: a3Q4W000000gYg6UAE

Called By

  • Workflow: Self care Billing Details page

    • LWC: vplS360SelfCareBillingDetails.js

      • Integration Procedure: VPL360_CreatePaymentmethod