Payment Request
Payment Request
Authorizations
Use your Fractal API credentials.
Username = Client ID Password = Secret Key
Sandbox credentials can be generated from the Test Portal.
Body
The merchant's unique API key.
"{{merchant_key}}"
Payment amount.
"10.00"
Your unique order reference. Max 100 characters.
"5467"
Customer phone number. If provided, an SMS with the pay link is sent.
"7777771234"
Customer email address. If provided, an email with the pay link is sent.
"customer@example.com"
Customer name. Used in the email template.
"Jane Smith"
Set to true to issue a preauthorization. The customer authorizes the amount without being charged immediately.
true
Pass the processing fee to the customer.
true
Require 3D Secure authentication.
false
Allow card as a payment method. At least one of allow_card or allow_ach must be true.
true
Allow ACH as a payment method. At least one of allow_card or allow_ach must be true.
true
Invoice reference. Alphanumeric, max 100 characters.
"345"
Sub-merchant key, if applicable.
""
Discount amount.
"0.00"
Surcharge amount.
"0.00"
Tax amount.
"0.00"
Payment description.