cURL
curl --request POST \ --url https://api.venepagos.com.ve/api/v1/merchants \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "rif": "<string>", "description": "<string>" } '
{ "id": "mrc_abc123", "name": "Mi Tienda", "rif": "J-12345678-9", "description": "Tienda de ejemplo", "owner": "usr_xyz789", "status": "ACTIVE" }
Crea un nuevo merchant asociado a tu cuenta.
J-12345678-9
ACTIVE
INACTIVE