POST
/send/

Transfer Cobru balance to another Cobru user. Legacy materials indicate the sender must have verified phone and email, and that the recipient is identified by phone number.

Authorization

ApiKey BearerAuth
x-api-key<token>

In: header

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://prod.cobru.co/send/" \  -H "Content-Type: application/json" \  -d '{    "amount": 99000,    "to_user": "3001234567"  }'
{}
{
  "error": "Error en la creacion del cobru.",
  "detail": "payment_method_enabled must be a JSON string"
}