Create Payment Link
Payment Collection Methods
Create Link
Create Link
POST
Create Payment Link
Authorizations
Use your Fractal API credentials.
Username = Client ID Password = Secret Key
Sandbox credentials can be generated from the Test Portal.
Body
application/json
Example:
"4.55"
The merchant's unique key. Returned in the merchant_key field of the get merchants by client call.
Example:
"{{merchant_key}}"
Example:
"22111fdz"
Example:
"345"
Allow card as a payment method. At least one of allow_card or allow_ach must be true — setting both to false will result in an error.
Example:
true
Allow ACH as a payment method. At least one of allow_card or allow_ach must be true — setting both to false will result in an error.
Example:
true