Create Payment Intent (Cash Payments)Ask AIpost https://api.fintoc.com/v1/payment_intentsBody Paramsamountint32requiredDefaults to 10000Amount to pay, represented as an integer. This value must always be greater than 0.currencystringrequiredDefaults to MXNCurrency ISO code.metadatajsonDefaults to {"order": "#987654321"}Custom key-value pairs to add to the created payment_intent object{"order": "#987654321"}customer_emailstringDefaults to [email protected]The customer's email address for transaction-related notifications, including notifying them when you request a refund.payment_typestringDefaults to cashPayment type available for the customer.expires_atstringOptional ISO timestamp (UTC) that indicates when the payment will expire and no longer be available for the consumer to be paid. By default, payments expire after 3 days.Responses 200200 400400Updated 19 days ago