HomeAPI DocumentationPayment Processapi/StripeResult

10.2. api/StripeResult

This API call allows the response string result of the payment from Stripe to be submitted.

Parameters To Submit

All parameters are required and cannot be empty.

Parameter Parameter Help Parameter Data Type
TransactionID The transaction ID that was returned from api/UserPayment. String
StripeResponse You can pass the response from Stripe into this field. We only use the “id”, “status” and “amount” passed from Stripe, so your array can just contain these pieces of information. String

 

Return Response

This API call will return in the ResponseMessage an array of the following fields.

Field Field Help
EmailAddress The value will match the value provided as part of api/UserPayment and be the email address used to send a booking confirmation email.
EmailSubject Will have an email subject for generating emails to send to the end-user.
EmailBody Will have an email body for generating emails to send to the end-user.
EmailBCC Will have an email bcc array for generating emails to send to the end-user.
EmailAttachments Will have an attachments array for generating emails to send to the end-user.
FirstName The first name of the user who processed the transaction.
LastName The last name of the user who processed the transaction.

 

This page was: Helpful | Not Helpful