VPL360_getPaymentMethods

This Integration Procedure fetches payment details such as the subscriber's credit card information from Stripe

Sample Input

1{
2	"AccountId": "0014W00002Buu2OQAR"
3}

Parameter

Required/Optional

AccountId

Required

Sample Output

1{
2  "brand": "visa",
3  "card": "4242",
4  "country": "US",
5  "exp_month": 4,
6  "exp_year": 2024
7}

Called By

  • Flows:

    • Self care: Billing Card on Overview Page

  • Components:

    • LWC: vplS360SelfCareOverviewBillingCard.js

    • LWC: vplS360SelfCareBillingDetails.js

Calls

  • Data Mapper: VPL360csr-DRFetchStripeCustId

  • HTTP Action: GetPaymentMethodFromStripe