Skip to main content

Jump Finance

Quick Start
  1. Sign up at jumpfinance.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Jump Finance →

Overview

Jump Finance payment integration

Provider IDjump_finance
CategoryCard Processors
Websitejumpfinance.com

Configuration

Required Parameters

ParameterDescription
client_keyclient key for API-requests
contractor_idcontractor identifier

Example Configuration

{
"client_key": "your-client-key",
"contractor_id": "your-contractor-id"
}

Payment Flow

Payouts (one-phase):

  1. create_payout - payout creation via POST /services/openapi/payments:
    • Sending requisite (type_id: 8, account_number: cardnumber)
    • customer_payment_id, contractor_id, amount, service_name
    • Retrieval id and status from response.item
  2. get_payout_status - status check via GET /services/openapi/payments/{id}:
    • Sending GET request with payment id
    • Parsing status from response.item

Status Mapping

Provider Status4pay StatusDescription
1charged
2rejected
3charging
4action_required
5failed

Resources