Create Hosted Payment Page
Creates a hosted payment page based on the parameters provided. The response will provide a link directly to the page for a customer to pay for an amount.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
name
Name of the Hosted Payment page.
cc_mid
Merchant ID of the credit card MID to be used on the page. (Required if no ach_mid is provided.)
ach_mid
Merchant ID of the ACH MID to be used on the page. (Required if no cc_mid is provided.)
name_on_account
Customer name to be pre-filled on the HPP.
amount
Amount to be pre-filled on the HPP.
lock_amount
Setting if the amount should be locked or not.
disable_after_payment
Setting if the HPP should be disabled after payment.
hpp_options
Custom settings for an individual HPP.
Possible values include custom_01
through custom_05
, address
, phone
or email
.
Response
Hosted payment page created successfully
url
Link to the hosted payment page for the customer.