Initiate a payment requestAsk AIpost https://api.chimoney.io/v0.2.4/payment/initiateInitiates a payment request which is sent to the payer's email address specified.Body ParamsvalueInUSDnumberAmount in USD to collect.payerEmailstringrequiredEmail of the one making the payment.currencystringenumISO Currency String like CAD, USD, NGN etc.CADUSDNGNCADAllowed:USDNGNCADamountstringAmount in specified "currency" to collect. Required if currency is set.redirect_urlstringURL to redirect to after payment is confirmed.walletIDstringID of the wallet to settle the payment to (optional)narrationstringNarration for the payment (optional)subAccountstringSubaccount if any.metaobjectObject containing metadata you want to pass to the request to use later.meta objectturnOffNotificationbooleanDisables email and other notifications from Chimoney.falsetruefalseredeemDataobjectObject containing redeem data.redeemData objectpaymentMethodObject 1Object 2Object 3Object 4Object 5Payment method configuration to direct users to specific payment optionspaymentMethod objectResponses 200Success. 400Validation error in the request. 401Access to this resource is not available for unauthenticated users. 403Access to this resource is forbidden. 404Resource not found. 500Indicates an internal server error.Updated about 1 year ago