Create PaymentAsk AIpost https://api.clik2pay.com/open/v1/paymentsReturns a unique {paymentId} for a payment transaction.Body ParamsmerchantTransactionIdstringlength between 6 and 32Optional value to allow tracking a transaction back to your system. The ID must be unique across transactions for a merchant.amountdoublerequired≥ 0.01The amount in Canadian dollars.statusstringmerchantobjectDetails of the merchant that is sending the payment.merchant objectrecipientobjectrequiredThe person or organization receiving the payment. Both email and mobileNumber are required.recipient objectdisplayMessagestringlength between 3 and 250The message presented to the recipient on Interac's Gateway page. If not set, a default message in the format agreed upon with the merchant will be displayed.invoiceNumberstringlength ≤ 50Merchant’s invoice number to apply to the transaction for tracking purposes.businessUnitstringlength ≤ 50Merchant-defined value. Allows a merchant to refer to their internal business unit, department, division, etc.expiryDaysnumber1 to 365Number of days for the payment to expire if not processed by the recipient.Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests 500Internal Server ErrorUpdated 7 months ago