DRGetchStripePublicKey

This Omnistudio Data Mapper fetches the Stripe public key value for the payment flow.

Sample Input

1{
2    "type": "Stripe_Public_Key"
3}

Parameter

Required/Optional

type

Required

Sample Output

1{
2  "isActive": true,
3  "Value": "sk_test_XXXXXXXXX123456",
4  "Label": "Stripe Public Key"
5}

Called By

  • Workflow: Payment LWC

    • Omniscript: vpls360csr_BuyAddonsV3_English

      • Integration Procedure: VPL360_getStripePublicKey