cURL
curl --request POST \ --url https://api.zebedee.io/v0/email/send-payment \ --header 'Content-Type: application/json' \ --header 'apikey: <apikey>' \ --data '{ "email": "<string>", "amount": "<string>", "comment": "<string>" }'
{ "success": true, "data": { "amount": "1000", "code": "CB6A2DC5", "createdAt": "2023-08-29T22:07:25.736Z", "createTransactionId": "a3742c93-be3b-49aa-9414-79deb04137b9", "description": "Sending to an email!", "fee": "1000", "id": "bdd0ee12-5231-4759-88aa-bb3634ed99e4", "unit": "msats", "walletId": "0701cf1b-059b-4b88-854e-3362d9b96aab" }, "message": "Voucher was sent to email address." }
Send instant Bitcoin payments to any email.
Was this page helpful?