SEP-24SEP-31SEP-6
Send Payment
POST/transactions/:id/payments
Custody Server calls the configured custody service to send payment.
Request
- application/json
 
Body
object
Responses
- 200
 - 400
 - 404
 - 429
 - 500
 - 503
 
Success.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
idstring
External TX ID from custody service.
{
  "id": "string"
}
Invalid Request.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errorstringrequired
{
  "error": "string"
}
Custody Transaction is not found.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errorstringrequired
{
  "error": "string"
}
Custody Service rate limit is exceeded.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errorstringrequired
{
  "error": "string"
}
Internal Server Error.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errorstringrequired
{
  "error": "string"
}
Custody Service is unavailable.
- application/json
 
- Schema
 - Example (from schema)
 
Schema
errorstringrequired
{
  "error": "string"
}