Completed

The customer completed the payment or setup. The payment may still be processing at this point; don't assume money has successfully moved.

Your app should transition to a generic receipt view (e.g. a screen that displays "Your order is confirmed!"), and fulfill the order (e.g. ship the product to the customer) after receiving a successful payment event from Stripe.

See Stripe's documentation

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)