Skip to content

Logo

Till Payments

No matter what you do or where you're headed, Till has a way for you to get paid quickly and securely.

Website: tillpayments.com

Set up Account H2H merchant account

Step 1: Create Merchant Account

To create an account send connection request at the tillpayments.com/us/contact or contact manager directly. Submit the required documents to verify your account and gain access.

Step 2: Get required credentials

Credentials that have to be issued:

  • tillpayments__username → API Username
  • tillpayments__password → API Password
  • tillpayments__api_key → API Key
  • tillpayments__secret_key → Shared Secret
  • tillpayments__test_mode → true/false
  • tillpayments__currency → choose currency (You can set these parameters according to available currencies and features for your Till Payments wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)

Connect Merchant Account

Step 1. Connect H2H account at the Corefy Dashboard

Press Connect at Till Payments Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.

Connect

Enter credentials:

  • Username
  • Password
  • API key
  • Secret key

Success

You have connected Till Payments H2H merchant account!

API examples:

Minimum data set to create a payment invoices for payment_card_usd_hpp service

SALE

POST /api/commerce/payment-invoices HTTP/1.0
{
  "data":{
    "type":"payment-invoice",
    "attributes":{
      "service":"payment_card_usd_hpp",
      "commerce_account":"Hello_World",
      "currency":"USD",
      "amount":10,
      "flow":"charge",
      "gateway_options":{
        "cardgate":{
          "tokenize":""
        }
      },
      "test_mode":false,
      "options":{
        "allow_partially":false,
        "bypass_hpp":false,
        "send_operation_context_on_return":false
      },
      "reference_id":"f8f6f0f5-38d6-409a-82eb-161252fd6756",
      "service_fields":[
      ]
    }
  }
}

Provider Options

Provider_Options

  • ignore_callback
    • for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)

Question

"Still looking for help connecting your Till Payments account?" Please contact our support team!