Public Payments

Create epay payment

Generate epay form params for the given order. Frontend should POST the params to the returned URL.

post/api/v1/payments/epay/pay

Request body

orderIdstring required

Order ID (UUID)

paymentMethodstring required

Payment method, e.g. "alipay" or "wxpay"

Response

Payment URL and form params

successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.