Payment Status Update Webhook
Elekse facilitates notifications through webhooks. This is a single callback URL as furnished by the client in the specified format.
The expected URL format to be provided by clients is as follows:
POST https://<customerHost>/webhook
Headers
Content-Type
The Content-Type entity header is used to indicate the media type of the resource. Expected value is application/json.
elekse-key
Key information will be sent to you by e-mail.
Elekse Request
TransferId
int
It is the transfer ID information created by Elekse.
Status
string
It is status information of the transfer. Transfer status value : Created, SentPending, SentApprove, SentRejected, ReceiveApprove, ReturnApprove, SentAtGetterChannel
EventType
string
Event name of the webhook. Here, it will be TRANSACTION_STATUS_CHANGE
TransactionTime
string
Date and time of status change.
Response
Success
bool
Last updated