Crea un registro de wallet pagadora.
| Name | Description |
|---|---|
| address | Direccion de la wallet |
| currency | Moneda / Token |
| crypto_network | crypto_network |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
POST /internal/v1/clients/wallets
{"address":"asada787dfasfasf","currency":"doc","crypto_network":"rsk"}
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"e9147525c1487157cfb67221740154d7" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 2bd7b058-7b4c-4965-9e66-a8cdbd8b110a X-Runtime: 0.050842 Vary: Origin Content-Length: 216
200 OK
{
"data": {
"id": 5,
"address": "asada787dfasfasf",
"created_at": "2023-04-19T17:15:44.550Z",
"updated_at": "2023-04-19T17:15:44.550Z",
"crypto_network_id": 1,
"user_type": "User",
"user_id": 7777,
"deleted": false,
"deleted_at": null
}
}