v3

latestOpenAPI 3.0.42026-07-312008682.1 MB
Payments

Add alternative payment

Adds a new alternative payment to a specified customer. Pre-requisites: The property must have the relevant type of alternative payment method enabled in their Mews subscriptions in order to accept such payments in their Mews environment. Please ask the property to confirm.

post/api/connector/v1/payments/addAlternative

Request body

ClientTokenstring required

Token identifying the client application.

AccessTokenstring required

Access token of the client application.

Clientstring required

Name and version of the client application.

CustomerIdstring uuid required

Unique identifier of the Customer.

Method'Ideal' | 'ApplePay' | 'GooglePay' nullable

Payment method to use for the alternative payment.

RedirectUrlstring uri nullable

URL where the customer will be redirected after completing their payment.

ReservationIdstring uuid nullable

Unique identifier of the reservation the payment belongs to.

Response

OK

PaymentIdstring uuid required

Unique identifier of the created payment.