🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Create a payment intent for bank transfers
POST /api/payment-intents/bank
amount
currency
customer_id
description
{ "id": "pi_bank_123456789", "amount": 100.00, "currency": "USD", "status": "requires_payment_method", "customer_id": "cust_123456789", "description": "Bank transfer payment", "created_at": "2023-01-01T00:00:00Z" }