Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Set up the Stripe Payment Flow.

  2. To display the Stripe Customer Form, you need to configure the Stripe Form and the Gateway Customer should be set to TRUE . Don’t forget to fill up the Gateway Account and Payment Method. Make sure that the Gateway Account is Active and Payment Method are supported by the Gateway Account.

...

  1. Configure the following data to the Stripe Form:

    1. Account

      1. Account id of the account record

      2. This will populate to the newly created payment instrument Account field.

    2. Gateway Account

      1. Gateway Account Id

    3. Generate Customer

      1. Set this to true to create customer

    4. Payment Method

      1. Credit Card or Direct Debit

      2. If both Payment Method

        image-20241209-232814.pngImage Added

    5. Save Payment Source/Instrument

      1. Set to true to create payment source/payment instrument

Creating New Customer

To create new customer

  1. Gateway Customer (leave this empty)

    image-20241210-005120.pngImage Added
  2. To create a new Payment Source/Payment Instrument if object exists in the org (applicable if the Save Payment Source/Instrument is set to true)

    1. Update Payment Source/Instrument (leave this empty)

      image-20241210-005208.pngImage Added

Creating New Payment Source/Payment

To create a new Payment Source/Payment Instrument if an object exists in the org (applicable if the Save Payment Source/Instrument is set to true) and attach it to the existing customer

  • Populate the Gateway Customer field with the Gateway Customer ID record of the customer.

    image-20241210-010511.pngImage Added
  • Update Payment Source/Instrument (leave this field empty)

    image-20241210-010557.pngImage Added

Updating Existing Payment Source/Payment Instrument

To modify an existing Payment Source or Payment Instrument, please note that this process exclusively applies to Credit Cards.

  • Populate this field with Payment Source/Instrument ID

    image-20241210-015010.pngImage Added

Assign or Change the Default Payment Source/ Payment Instrument of a Customer

Assign or change the default Payment Source/Payment Instrument of a customer just simply click the checkbox in the Stripe Form.

...

  1. Afterwards, click Next and the Stripe Customer Form will display.

...

If the selected Payment Method payment method is a Credit Card credit card, and the Is MOTO is set to TRUE, the CVC field will NOT be displayed.

...

Is MOTO is set to FALSE, the CVC field will display, if TRUE the CVC field will not display.

...

After filling in the necessary details whether the Payment Method is BECS Debit or Credit Card, click Save Payment Details anda Gateway Customer record, and, a Payment Source or Payment Instrument record will be created with the Credit Card details without CVC being tokenised.

If the selected Payment Method is a Credit Card, and the Is MOTO is set to FALSE, the CVC field will display.

...

Afterwards, click Save Payment Details and a Payment Source record will be created with the Credit Card details with CVC being tokenised. .

Gateway Customer

...

Note that if the NPC’s standard Payment Instrument object does exist in the org, the Payment Instrument will be created/updated.

...

If the NPC’s standard Payment Instrument object does NOT exist in the org, the Payment Source will be created/updated.

...

If the selected Payment Method is a Direct Debit, fill in the necessary details.

...

Afterwards, click Save Payment Details and will be redirected to the next window displaying the Bank Account Name.

...

Testing Payment Form

  • For Success Testing, fill in the Required Fields:

a.      Cardholder Name

...

c.      Expiration

d.      CVC

...

The component will return the data

...

from the Callout:

▪️   Brand = visa

▪️   Successful = TRUE (if tokenization is successful) / FALSE (if tokenization is failed)

...

▪️   Payment Method ID = The created payment method

▪️   Card Bin = The first 6 digits of the provided card number

▪️   Card Holder Name = The first 6 digits of the provided card number

...

▪️   Card Expiry = The card expiry of the card

▪️ Payment Source = The Payment Source record created from the tokenization process.

▪️   Reference Id = Unique transaction reference identifier that will be useful for linking to-be-created record to the Gateway Transaction record.

Stripe Customer Element Form Parameters (Attributes)

...