Moves funds between Payca user or client accounts owned by the client.

Request body

application/json · UserTransferRequest · required

FieldTypeRequiredDescription
amount string (decimal) yes Amount to transfer.
fromAccountId string (uuid) yes Source Payca account ID.
idempotencyKey string no Optional idempotency key to deduplicate requests.
toAccountId string (uuid) yes Destination Payca account ID.

Responses

StatusBodyDescription
200 UserTransferResponse Transfer created.

Specification

This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.