API Endpoints
Send Payment
Sends funds from an agent controlled wallet to a payee.
POST
Authorizations
Body
application/json
The amount to generate a checkout link for. For example, '10.00' for USD is $10.00 or '1.000000' USDCBASE is 1 USDC.
The id of the payee you want to send the funds to. This must have been created using the /payments/payees endpoint or via the Payman dashboard before sending.
The ID of the specific wallet from which to send the funds. This is only required if the agent has access to multiple wallets (not the case by default).
A note or memo to associate with this payment.
Response
200
application/vnd.payman.v1+json
The payment was successful.
The Payman reference of the payment
The status of the payment
Available options:
INITIATED
, AWAITING_APPROVAL
, REJECTED
The external reference of the payment if applicable (e.g. a blockchain transaction hash)