processPaymentIntent
SolvaPay SDK / next/src / processPaymentIntent
Function: processPaymentIntent()
processPaymentIntent(
request,body,options):Promise<ProcessPaymentResult|NextResponse<unknown>>
Defined in: packages/next/src/helpers/payment.ts:57
Parameters
request
Request
body
paymentIntentId
string
planRef?
string
productRef
string
options
solvaPay?
Returns
Promise<ProcessPaymentResult | NextResponse<unknown>>