Create payment intent
5. Fund it — Payments
Create payment intent
Creates a payment intent to fund a customer’s wallet. Requires the customer-id header.
POST
Create payment intent
Authorizations
Your secret key as a Bearer token. The key prefix selects the environment: sk_test_... (test) or sk_live_... (live).
Headers
The merchant customer this request acts on behalf of.
Body
application/json
Example:
50000
Available options:
PAYSTACK, WALLET, FLUTTERWAVE Example:
"PAYSTACK"
Example:
"NGN"
Available options:
DEPOSIT, ESCROW, WITHDRAWAL Example:
"DEPOSIT"
Available options:
CREDIT, DEBIT Example:
"CREDIT"
Response
Payment intent created.