Muestra los metodos de pago habilitados para el ususario.
| Name | Description |
|---|---|
| liquidation_type | Tipo de liquidacion, opciones: normal, swap |
| currency_id | Moneda / Token |
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/merchants/retirements/payment_methods?liquidation_type=normal¤cy_id=usdt
liquidation_type: normal currency_id: usdt
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/"4e758436cdc0274ef3f0f4033a72e386" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 1f5e745e-8a0b-4b0a-830b-52d69f71d722 X-Runtime: 0.033442 Vary: Origin Content-Length: 156
200 OK
{
"data": [
{
"payment_method": "bank",
"payment_method_id": 7,
"title": "bank_test - - "
},
{
"payment_method": "wallet",
"payment_method_id": 12,
"title": "usdt - ETH"
}
]
}