/v1/event

Execute a transaction event (payout, pay-in, or payment).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Public event request. Supports three types of events: - payment_execute - pay_in_execute - payout_execute

uuid
required

Unique event identifier in UUID format. Paybis will use this ID as an idempotency key.

string
enum
required

Event name. - payment_execute: requires payment payload - pay_in_execute: requires pay_in payload - payout_execute: requires payout payload

Allowed:
date-time
required

Request timestamp.

payment
object | null
pay_in
object | null
payout
object | null
Headers
string
required

Api key

string
required

Base64 encoded string, containing request body, encrypted with the sha512 algorithm using RSA 4096 bit public key

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json