Skip to content

Logo

Payswiftly

Build unique sites in no time. Modular and versatile. The ultimate design toolkit for savvy technology startups.

Website: payswiftly.io

Set up Account Provider account

Step 1: Create Provider account

To create an account send connection request at the payswiftly.io/get-started 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:

  • payswiftly__api_key → Api Key
  • payswiftly__api_secret → Api Secret
  • payswiftly__subaccount_id → Subaccount Id
  • payswiftly__test_mode → Test Mode

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

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

Connect

Enter credentials:

  • Api Key
  • Api Secret
  • Subaccount Id
  • Test Mode -- true/false

Success

You have connected Payswiftly Provider account!

API examples:

Minimum data set to create a payout invoices for bank_transfer_aud service

It is mandatory to specify the value "Individual" in the "account_type" field. Because without this parameter and value, the account cannot be created.

PAYOUT

POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"bank_transfer_aud",
      "commerce_account":"Hello_Woкrld",
      "currency":"AUD",
      "amount":55,
      "test_mode":true,
      "reference_id":"fb4a1cb7-018b-4817-9f5d-46e0b861ee37",
      "fields":{
        "bank_branch_code":"012003",
        "account_number":"7988368",
        "account_type":"Individual",
        "beneficiary_name":"John",
        "beneficiary_lastname":"Wick",
        "beneficiary_document_id":"166",
        "beneficiary_email":"[email protected]",
        "beneficiary_phone":"38045678901",
        "beneficiary_dob":"10\/06\/1991",
        "beneficiary_country_code_iso":"AU",
        "beneficiary_city":"Adelaide",
        "beneficiary_postcode":"5000",
        "beneficiary_state":"SA",
        "beneficiary_address":"122 Grenfell St"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Question

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