Payments
POST
Last updated
Last updated
POST /payments/create-payment-intent HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"amount": 1000
}{
"id": "pi_1F7X2Y2eZvKYlo2C0q0G5Z2e",
"amount": 1000,
"currency": "usd",
"clientSecret": "pi_1F7X2Y2eZvKYlo2C0q0G5Z2e_secret_12345",
"status": "requires_payment_method"
}