Course Testing

Course ID

Course Term

Start Date

2019-08-04

Price

$10

Credit Hours

10

Duration

Prerequisites

Instructors

mlsvprasads@gmail.com

Management

When using the Charges API with Stripe.js and Elements, the iOS, or Android client SDKs, ensure that:

  • The card Element is passed correctly to createToken in your submit handler
  • In the response handler for createToken, card errors are handled and displayed properly
  • Only valid tokens are passed to your server as part of payment form submission

In your server-side code, you should ensure that:

  • All requests are being made successfully. You may find it useful to view your account’s events and logs as you test your integration
  • All API errors are handled properly
  • Relevant webhooks are handled correctly