Skip to main content
POST
/
api
/
service
/
webhook-event
/
fx.succeeded
fx.succeeded
curl --request POST \
  --url https://{yourDomain}/api/service/webhook-event/fx.succeeded \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "type": "fx.succeeded",
  "date": "<string>",
  "payload": {
    "id": "<string>",
    "rate": "<string>",
    "targetAmount": "<string>",
    "sourceAmount": "<string>",
    "sourceCurrency": "EUR",
    "targetCurrency": "EUR",
    "metadata": {},
    "status": "initiated"
  }
}'

Body

application/json

Data of the webhook event

id
string
required

The unique id for the webhook.

type
enum<string>
required
Available options:
fx.succeeded
date
string
required

The date of the webhook.

payload
object
required

The succeeded FX data.

Response

200

OK