DRFetchPaymentMethod

This Omnistudio Data Mapper fetches the payment method records for an account.

Sample Input

1{
2    "PaymentMethodId": "a3Q4W000000gYg6UAE"
3}

Parameter

Required/Optional

PaymentMethodId

Required

Sample Output

1{
2  "PaymentMethod": {
3    "Id": "a3Q4W000000gYg6UAE",
4    "CardNumber": "4242424242424242",
5    "CardHolderName": "Test Name",
6    "AccountId": "0014W00002AGmzOQAT"
7  }
8}

Called By

  • Workflow: Self care Billing Details page

    • LWC: vplS360SelfCareBillingDetails.js

      • Integration Procedure: VPL360_UpdatePaymentmethod