Optty Direct Sessions
Sessions can also be created via the UPP by navigationg to Optty Direct on the sidebar and selecting Create New. This is a great way to take manual payments, or to test the functionality before completing an API integration.
Session Overview
Retrying Payments
Sharing of Session Link and Status
Webhooks
{
"event": "ORDER_ASYNC_CALLBACK",
"data": {
"data"...
"initiator": "payment-link",
"metadata": {
"invoiceNumber": "000098"
}
}
}Last updated