POST
/
v1
/
c2c
curl --request POST \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/transfer/v1/c2c \
  --header 'Content-Type: application/json' \
  --data '{
  "fromCardId": "<string>",
  "toCardId": "<string>",
  "amount": 123,
  "currency": "EUR",
  "text": "<string>"
}'
{
  "id": "<string>",
  "creditTransaction": {
    "id": "<string>",
    "errorMessage": "<string>"
  },
  "debitTransaction": {
    "id": "<string>",
    "errorMessage": "<string>"
  },
  "reversalTransaction": {
    "id": "<string>",
    "errorMessage": "<string>"
  },
  "status": "COMPLETED"
}

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
The fields that you want to apply to your transfer

The body is of type object.

Response

201
application/json
Transfer created

The response is of type object.