MOTO Authorization
POST/public/api/v1/moto
As this endpoint receives raw payment data, the integrator is required to provide documentation for PCI-DSS compliance before access can be granted.
This endpoint creates and processes an online MOTO transaction and returns the authorization result in the response. This is typically used within the travel industry, where it is more common for customers to provide their card info over the phone when booking a vacation.
This can be used by merchants to automate authorizations when receiving card info from brokers such as hotels.com and booking.com.
We recommend a minimum timeout of 60 seconds.
Request​
Responses​
- 200
- 400
- 422
- 500
Successful payment session initialization response.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.
Standard error response returned when a request fails.
Contains a machine-readable error code, a human-readable message,
and an errors object with field-specific validation issues.
Standard error response returned when a request fails. Contains a machine-readable error code, a human-readable message.