How it works

Make a payment
This example shows the request that creates an MB WAY payment, and the response it returns:Required Fields
To determine whether the transaction was accepted, check the
code field. For successful scenarios, the expected code is BYRD201. See the full list of possible codes.
Notification
When the payment is finished by the user, Paybyrd will send a notification to the webhook URL defined in the Merchant’s account configuration. Your server will receive a request from Paybyrd with thetransactionId of the updated transaction. Your server must return an HTTP success status: 200 OK, 201 CREATED, or 202 ACCEPTED. Any other response is treated as a failed delivery.
The following is a sample webhook payload:

