cURL
curl --request POST \ --url http://localhost/api/payments/transfer-initiations/{transferId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "REJECTED" } '
{}
Update a transfer initiation status
The access token received from the authorization server in the OAuth 2.0 flow.
The transfer ID.
REJECTED
VALIDATED
No content