Create Bill
This will create a bill and return a link to our Payright Payment page.
HTTP Method: POST
Request Body
Attributes
Property
Type
Description
collection_uuid*
String
Your collection UUID
amount*
Decimal (10,2)
Total amount to be paid in MYR
provider_id*
Integer
callback_url*
String
Your callback URL
redirect_url*
String
Your redirect URL
full_name*
String
Name of the payer
email*
String
Email of the payer
phone_number*
String
Mobile number of the payer
Response
Last updated