Skip to main content
TS
async showPaymentMethod(
    paymentMethod: string,
    intent: string,
    clientToken: string
): Promise<Void>
Use this method to present the payment method user interface (UI) to the user.
TS
import { Primer } from "@primer-io/react-native";

await Primer.showPaymentMethod(paymentMethod, intent, clientToken);
Note that there are more options which can be passed to Drop-In Checkout. Please refer to the Configure call documentation.

Parameters