Transfer Request Status Webhook

This endpoint is used to receive status updates for Transfer Requests. The endpoint will be called when the status of a Transfer Request changes. The endpoint should respond with a 200 status code. The status webhook will retry up to 5 times with a 5 second delay between each retry if a non-200 status code is returned. The URL for this endpoint must be provided to the ReadyRemit Integrations team.

Payload

Post a status update to your webhook

string

Unique ID of the Transfer Request

status
object
date-time

Date and time when the Transfer Request was last updated in ISO 8601 format

Response
200

Webhook request accepted

LoadingLoading…