Authorise card payments
Send card details to authorise a MOTO payment
You can use this endpoint to authorise payments you have created with authorisation_mode set to moto_api.
post/v1/auth
Request body
Example request
{
"card_number": "4242424242424242",
"cardholder_name": "J. Citizen",
"cvc": "123",
"expiry_date": "09/22",
"one_time_token": "12345-edsfr-6789-gtyu"
}Response
Your authorisation request was successful.