Skip to main content
POST
/
api
/
payments
/
transfer-initiations
/
{transferId}
/
retry
Retry a failed transfer initiation
curl --request POST \
  --url http://localhost/api/payments/transfer-initiations/{transferId}/retry \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

transferId
string
required

The transfer ID.

Response

No content