[et_pb_section fb_built=”1″ admin_label=”Landing Hero” _builder_version=”4.16″ background_image=”https://paidyet.com/wp-content/uploads/2022/08/development-header.jpg” background_blend=”darken” custom_padding=”40px|0px|52px|0px|false|false” animation_style=”slide” animation_direction=”top” animation_intensity_slide=”2%” locked=”off” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_row column_structure=”1_2,1_2″ module_class=”btn-inline” _builder_version=”4.16″ custom_margin=”|||” custom_padding=”27px|0px|39px|0px|false|false” custom_width_px=”1280px” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_column type=”1_2″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||” theme_builder_area=”post_content”][/et_pb_column][et_pb_column type=”1_2″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||” theme_builder_area=”post_content”][et_pb_text _builder_version=”4.16″ text_font=”||||||||” text_text_color=”#ffffff” header_font=”|700||on|||||” header_text_align=”center” header_text_color=”#ffffff” header_font_size=”44px” background_color=”rgba(40,40,40,0.86)” custom_padding=”20px|20px|20px|20px” header_text_shadow_style=”preset2″ global_colors_info=”{}” theme_builder_area=”post_content”]
Simple integration to maximize security of your customer’s cards and the transaction flow.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=”1″ _builder_version=”4.16″ custom_padding=”20px|||||” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_row column_structure=”1_3,1_3,1_3″ _builder_version=”4.16″ saved_tabs=”all” locked=”off” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_column type=”1_3″ _builder_version=”4.16″ global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_button button_url=”@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE0NjAifX0=@” button_text=”REST API” button_alignment=”right” _builder_version=”4.16″ _dynamic_attributes=”button_url” global_colors_info=”{}” theme_builder_area=”post_content”][/et_pb_button][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”4.16″ global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_button button_url=”@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzNDYifX0=@” button_text=”Devices” button_alignment=”center” _builder_version=”4.16″ _dynamic_attributes=”button_url” global_colors_info=”{}” theme_builder_area=”post_content”][/et_pb_button][/et_pb_column][et_pb_column type=”1_3″ _builder_version=”4.16″ global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_button button_url=”@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEyNTcifX0=@” button_text=”Widgets” button_alignment=”left” _builder_version=”4.16″ _dynamic_attributes=”button_url” global_colors_info=”{}” theme_builder_area=”post_content”][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”4.16″ custom_margin=”-20px|auto||auto||” custom_padding=”5px||2px|||” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_column type=”4_4″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||” theme_builder_area=”post_content”][et_pb_text _builder_version=”4.16″ header_font=”||||||||” header_font_size=”39px” header_2_font=”||||||||” header_3_font=”||||||||” header_4_font=”||||||||” header_6_font=”||||||||” custom_margin=”33px||4px|||” custom_padding=”||0px|||” global_colors_info=”{}” theme_builder_area=”post_content”]
[/et_pb_text][et_pb_text _builder_version=”4.16″ text_orientation=”center” custom_margin=”-2px|||||” global_colors_info=”{}” theme_builder_area=”post_content”]
For a sandbox account please send a request to support@paidyet.com
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=”4.16″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” global_colors_info=”{}” theme_builder_area=”post_content”][et_pb_column type=”4_4″ _builder_version=”4.16″ custom_padding=”|||” global_colors_info=”{}” custom_padding__hover=”|||” theme_builder_area=”post_content”][et_pb_text disabled_on=”off|off|off” admin_label=”Text” _builder_version=”4.16″ background_size=”initial” background_position=”top_left” background_repeat=”repeat” global_colors_info=”{}” theme_builder_area=”post_content”]
Our integration system allows our merchants to send their customers to their custom payment link using a post or redirect. Then when the payment is done, we can send them back to any custom results page. The results page must be a secure SSL encrypted page.
1. Set your API Pin in the Merchant Details > Settings page
2. (Optional) set your custom results page in the Merchant Details > Settings page
Note: If results_url is posted to the paidyet payment page, the posted value will be used instead of the dashboard value
3. Post data to your custom payment link
Note: replace the proper fields with your merchant key, pin and payment link
<form action="https://[paymentlink].paidyet.com" method="post"> Amount <input name="amount"> Invoice<input name="invoice"> Description <input name="description"> <input type="hidden" name="api_key" value="[Your Api Key]"> <input type="hidden" name="api_pin" value="[Your Api Pin]"> <button type="submit">Submit</button> </form>
<input type="hidden" name="results_url" value="[Your Results URL]">
1. Change [paymentlink] to test
2. Change [api_key] to 4413-098f6bcd4621d373cade4e832627b4f6
3. Change [api_pin] to 123456789
<form action="https://test.paidyet.com" method="post"> Amount <input name="amount"> Invoice <input name="invoice"> Description <input name="description"> <input type="hidden" name="api_key" value="4413-098f6bcd4621d373cade4e832627b4f6"> <input type="hidden" name="api_pin" value="123456789"> <button type="submit">Submit</button> </form>
Card Number | Expiration | CVV2 Code | Result |
4000100011112224 | 0919 | any | Success |
4000300011112220 | 0919 | any | Declined |
results_url | The url that the transaction details will be posted back to. |
amount | The USD amount that will be charged. |
invoice | A unique PaidYET transaction number. |
description | The description of the transaction. ** |
email | The email address of the cardholder. ** |
address | The residing address of the cardholder. ** |
city | The residing city of the cardholder. ** |
state | The residing state of the cardholder. ** |
zip | The residing zip code of the cardholder. ** |
phone | The phone number of the cardholder. ** |
fName | First name of the cardholder that made the payment. ** |
lName | Last name of the cardholder that made the payment. ** |
** this field will be editable by the user. |
results_url | The url that the transaction details were posted back to. |
transaction array | |
timestamp | Timestamp of when the payment was made. |
TRN | A unique PaidYET transaction number. |
invoice | The invoice number sent in during payment. |
description | The description sent in during payment. |
amount | The amount in USD of the payment. |
result | The result of the payment. (Approved or declined possible values) |
transaction array | |
last4 | The last 4 digits of the credit card used for payment. |
type | The card brand name of the credit card used for payment. Examples: Visa, Mastercard, American Express, Discover |
cardholder array | |
fName | First name of the cardholder that made the payment. |
lName | Last name of the cardholder that made the payment. |
Email address of the cardholder that made the payment. | |
address | Residing address of the cardholder that made the payment. |
city | Residing city of the cardholder that made the payment. |
state | Residing state of the cardholder that made the payment. |
zip | Residing zip code of the cardholder that made the payment. |
phone | Phone number of the cardholder that made the payment. |
custfield array | |
custfield1 | Custom User Defined Field |
custfield2 | Custom User Defined Field |
custfield3 | Custom User Defined Field |
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]