Top up card
Add balance to a Cobru virtual card.
Card reload is documented from legacy Cobru exports. Re-verify settlement timing and shared endpoint behavior before production use.
Endpoint
POST /cobru/debit/create_and_reload_card/
Request fields seen in legacy documentation
| Field | Type | Required | Notes |
|---|---|---|---|
amount | number | yes | Balance to add to the card. |
card_id | number | yes | Existing Cobru card identifier. |
Important implementation note
Older Cobru materials describe creation and reload as two modes of the same endpoint. Treat that shared-endpoint behavior as real until Cobru confirms a newer split contract.