{"data": {"id": "e7bb04fb-7f33-4729-819e-05a92761b492","currency": "EUR","refund_addresses": {"BTC": "2NDdPLG9VDXJYE8gCabmG34JJRaqSUJ1KFK"}}}
API call example.
curl -X POST \https://business-sandbox.cryptopay.me/api/customers/:id \-H 'Authorization: HMAC ***' \-H 'Content-Type: application/json' \-H 'Date: Tue, 19 Mar 2019 10:11:40 GMT' \-d '{"id":"e7bb04fb-7f33-4729-819e-05a92761b492", "currency":"EUR", "refund_addresses":{"BTC":"2NDdPLG9VDXJYE8gCabmG34JJRaqSUJ1KFK"}}'
Response schema.
Parameter | Type | Description |
id | string | The customer's reference ID in your system |
currency | string | The customer's currency in your system |
refund_addresses | object | The list of cryptocurrency addresses where Cryptopay will refund High-Risk transactions to |