Skip to main content
POST
/
payments
/
retry
Retry the processing of a pending outgoing payment
curl --request POST \
  --url https://api.example.com/payments/retry \
  --header 'Content-Type: application/json' \
  --data '
{
  "correlation_id": "2315fca8-9aec-42ee-8bee-a9d10add170e",
  "id": "2315fca8-9aec-42ee-8bee-a9d10add170e"
}
'
"<string>"

Body

application/json
correlation_id
string

Correlation ID

id
string

Payment ID

Response

Ok