◻️Solver Payment Notification API
The platform notifies the Solver after completing the settlement.
Last updated
The platform notifies the Solver after completing the settlement.
HTTP Method: POST
Provider: Solver
intentId
Yes
Solver order ID
hash
Yes
Transaction hash of the transfer from the platform to the Solver
address
Yes
Solver receiving address
{
"intentId": "10001",
"hash": "0x123456789",
"address": "0x123456"
}{
"data": {
"result": "success"
}
}result
String
Returns success when the notification is processed successfully
Last updated