Payload requirement for integraiton,
POST /payments/create-stripe-session-without-signup, bellow is a sample payload,
{
"lookupKey": "FREELANCER_LTD",
"email": "hasan@agencyhandy.com",
"successUrl": "http://app.agencyhandy.com/sign-up"
"dataFastVisitorId": "visitor-1",
"dataFastSessionId": "session-1"
}
Note: This is the existing endpoint we use in WordPress to accepting payments. We are just adding dataFastVisitorId and dataFastSessionId
As the DataFast script is already mounted, please get the datafast_visitor_id and datafast_session_id from WordPress end and send to the values as defined properties above.