Create a chargeAsk AIpost https://developersandbox-api.flutterwave.com/chargesCreate a chargeBody Paramsamountnumberrequired≥ 0.01The payment amount in decimals.currencystringenumrequiredISO 4217 currency code.AEDAFNALLAMDANGAOAAQDARSAUDAZNBAMBBDBDTBGNBHDBIFBMDBNDBOBBRLBSDBWPBYRBZDCADCDFCHFCLPCNYCOPCRCCUPCVECYPCZKDJFDKKDOPDZDECSEEKEGPETBEURFJDFKPGBPGELGGPGHSGIPGMDGNFGTQGYDHKDHNLHRKHTGHUFIDRILSINRIQDIRRISKJMDJODJPYKESKGSKHRKMFKPWKRWKWDKYDKZTLAKLBPLKRLRDLSLLTLLVLLYDMADMDLMGAMKDMMKMNTMOPMROMTLMURMVRMWKMXNMYRMZNNADNGNNIONOKNPRNZDOMRPABPENPGKPHPPKRPLNPYGQARRONRSDRUBRWFSARSBDSCRSDGSEKSGDSKKSLLSOSSRDSTDSVCSYPSZLTHBTJSTMTTNDTOPTRYTTDTWDTZSUAHUGXUSDUYUUZSVEFVNDVUVXAFXCDXOFXPFYERZARZMKZWDZMWUSDCUSDTShow 162 enum valuesreferencestringrequiredlength between 6 and 42A custom identifier to track the transaction, This must be unique across all your transactions.customer_idstringrequiredID of the customer.metaobjectmeta objectpayment_method_idstringrequiredID of the payment method.redirect_urlstringSpecifies the URL to redirect to.authorizationotppinexternal_3dsavsotp_authorization_in objectrecurringbooleanDefaults to falseSpecify true for a recurring charge. Recurring charges bypass authorization flows and always return a terminal status of successful or failed.truefalseorder_idstringID of the order. This is only used for preauth captures.merchant_vat_amountnumberHeadersX-Trace-Idstringlength between 12 and 255A unique identifier to track this operation. It must be between 12 and 255 characters in length.X-Idempotency-Keystringlength between 12 and 255A unique identifier to prevent duplicate requests. It must be between 12 and 255 characters in length.X-Scenario-Keystring1 to 1000An optional scenario key that can be used to simulate specific behaviors or test different scenarios within the API. Providing this header allows you to trigger predefined responses or alter data based on the key's value, which can be useful for testing, development, or demonstrating specific functionalities. The key should be a string of 1 to 1000 characters.Responses 201OK 400Bad request 401Unauthorised request 403Forbidden 409ConflictUpdated 9 months ago