Introduction
Callback Endpoint
POST https://your.url.com
Authentication
Authentication for Switchere Callbacks.
Each Switchere callback contains the API-Signature
parameter in its header.
You should check this signature to verify the callback. More information about signature checking is given below. You should check the Callback Signature
header parameter. More info about Authentication
you can find here. Callback sends the post method every hour, then two etc.
Body
Name | Type | Description |
---|---|---|
partner_order_id | string | unique partner order id |
payin_amount | float | payin currency |
payout_amount | float | payout amount |
payin_currency | currency | payin currency |
payout_currency | currency | payout currency |
status | orderStatus | current status of order |
dst_address | string | wallet address where Switchere will send cryptocurrency |
dst_tag | integer[0..4294967295] | tag for XRP address. |
memo_id | string | memo_id for EOS address. |
memo_value | string | memo_value for XLM address |
Tip: Field parameters info
TIP
Also see field parameters.