curl --location 'https://stp.paydaymx.com/api/developer/payment-intents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"amount": 1,
"description": "Pago de ecommerce",
"metadata":{
"orderId":"1233876",
"connectSplitRuleId":"69e420e18032002f105e96ab"
}
}'{
"paymentIntent": {
"tenantId": "1664d49d-fc7e-4583-8ac9-8b4d04cf0aea",
"reference": "pi9534b6",
"amount": 1,
"amountReceived": 0,
"status": "pending",
"description": "Pago de ecommerce",
"metadata": {
"orderId": "1233876",
"connectSplitRuleId": "69e420e18032002f105e96ab"
},
"createdBy": "apiKey:69e41d3136f3af227cfaa20a",
"lastPaidAt": null,
"completedAt": null,
"_id": "69e422a28032002f105e96c2",
"payments": [],
"createdAt": "2026-04-19T00:32:34.524Z",
"updatedAt": "2026-04-19T00:32:34.524Z",
"__v": 0
}
}