{"data": {"id": "e7bb04fb-7f33-4729-819e-05a92761b492","currency": "EUR","refund_addresses": {"BCH": "2NC9kejEzarTeMdjGGn7Ykr8NUnjsxg3eup","BTC": "2MxXquVjWrWWHGpxYkNSXn5gmQd6YKUSybz","ETH": "0x613d91c46fa675d93d3825acf9ef651263063ccb","LTC": "QV8R26mTicPFCHWZN27r18VgTcch4eKQvE","XRP": "rhqxpAYXVSFvKBjWcCxoF5o3pCEYZqqMVC?dt=89647"}}}
API call example.
curl -X POST \https://business-sandbox.cryptopay.me/api/customers \-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":"2MxXquVjWrWWHGpxYkNSXn5gmQd6YKUSybz", "ETH":"0x613d91c46fa675d93d3825acf9ef651263063ccb", "XRP":"rhqxpAYXVSFvKBjWcCxoF5o3pCEYZqqMVC?dt=89647", "LTC":"QV8R26mTicPFCHWZN27r18VgTcch4eKQvE", "BCH":"2NC9kejEzarTeMdjGGn7Ykr8NUnjsxg3eup"}}'
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 refund addresses where Cryptopay will refund High-Risk transactions to |