Marqeta · Capability
Core API — peer transfers
Core API — peer transfers. 5 operations. Lead operation: Performs a peer transfer from one user to another. Self-contained Naftiko capability covering one Marqeta business surface.
What You Can Do
POST
Postpeertransfers
— Performs a peer transfer from one user to another
/v1/peertransfers
GET
Getpeertransfersuseruserorbusinesstoken
— Returns all peer transfers for a user
/v1/peertransfers/user/{user-or-business-token}
GET
Getpeertransfersuseruserorbusinesstokenrecipient
— Returns received peer transfers for a user
/v1/peertransfers/user/{user-or-business-token}/recipient
GET
Getpeertransfersuseruserorbusinesstokensender
— Returns sent peer transfers for a user
/v1/peertransfers/user/{user-or-business-token}/sender
GET
Getpeertransferstoken
— Returns details of a previous transfer
/v1/peertransfers/{token}
MCP Tools
performs-peer-transfer-one-user
Performs a peer transfer from one user to another
returns-all-peer-transfers-user
Returns all peer transfers for a user
read-only
idempotent
returns-received-peer-transfers-user
Returns received peer transfers for a user
read-only
idempotent
returns-sent-peer-transfers-user
Returns sent peer transfers for a user
read-only
idempotent
returns-details-previous-transfer
Returns details of a previous transfer
read-only
idempotent