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/merchants/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/"c7f9a04cd5aa8b1d31413c1efaa1d8bb" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 4701d7c7-da72-482c-93fb-150c8f43e445 X-Runtime: 0.047909 Vary: Origin Content-Length: 217
200 OK
{
"data": {
"id": 15,
"address": "asada787dfasfasf",
"created_at": "2022-10-05T15:55:55.175Z",
"updated_at": "2022-10-05T15:55:55.175Z",
"crypto_network_id": 1,
"user_type": "User",
"user_id": 8888,
"deleted": false,
"deleted_at": null
}
}