[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”]

INTEGRATION

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”]

#Integration</> {TRANSACTION FLOW}

[/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”]

Transaction Setup

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

Sample to use PaidYET’s results page

<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>

 

To use your own results page add this

<input type="hidden" name="results_url" value="[Your Results URL]">

To use for testing

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>

To use for testing

Card NumberExpiration CVV2 CodeResult
40001000111122240919anySuccess
40003000111122200919anyDeclined

Possible Post Results

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.

Response

results_urlThe url that the transaction details were posted back to.
transaction array
timestampTimestamp of when the payment was made.
TRNA unique PaidYET transaction number.
invoiceThe invoice number sent in during payment.
descriptionThe description sent in during payment.
amountThe amount in USD of the payment.
resultThe result of the payment. (Approved or declined possible values)
transaction array
last4The last 4 digits of the credit card used for payment.
typeThe card brand name of the credit card used for payment.
Examples: Visa, Mastercard, American Express, Discover
cardholder array
fNameFirst name of the cardholder that made the payment.
lNameLast name of the cardholder that made the payment.
emailEmail address of the cardholder that made the payment.
addressResiding address of the cardholder that made the payment.
cityResiding city of the cardholder that made the payment.
stateResiding state of the cardholder that made the payment.
zipResiding zip code of the cardholder that made the payment.
phonePhone number of the cardholder that made the payment.
custfield array
custfield1Custom User Defined Field
custfield2Custom User Defined Field
custfield3Custom User Defined Field

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]