Skip to main content
POST
Confirm a validated batch

Authorizations

DPoP
string
header
required

Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.

Headers

Idempotency-Key
string
required

Unique key identifying this operation. Sending the same key twice returns the original response instead of creating a duplicate. Keys are retained for 24 hours.

Maximum string length: 255

Path Parameters

id
string
required
Pattern: ^bat_[a-zA-Z0-9]+$

Body

application/json
source_currency
string

Override the default funding currency for rows that don't specify one.

Pattern: ^[A-Z]{3}$
Example:

"USD"

Response

Batch confirmed and queued for processing.

data
object
required

A batch upload. Moves through uploaded -> validating -> validated -> confirmed -> processing -> completed | partial | failed. Can be cancelled from any pre-processing state.