POST/api/v2/dashboard/dual-balance/card-funding

POST /api/v2/dashboard/dual-balance/card-funding

Authentication

Send your API key in the x-api-key header on every request.

Parameters

Request parameters
FieldTypeRequiredDescription
Idempotency-Key (header)stringNo

Request body

application/json

Request body fields
FieldTypeRequiredDescription
PreviewIdstring (uuid)No

Responses

202 — Accepted

Response 202 fields
FieldTypeRequiredDescription
RequestIdstring (uuid)No
StatusstringNo

Example request

curl -X POST "https://{base_url}/api/v2/dashboard/dual-balance/card-funding" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

This page is generated from the live OpenAPI specification and always matches the current API.