v1

latestOpenAPI 3.0.02026-07-26167441.9 MB

post/recipients/onboardings/reverse-transfer/{transfer_id}

Path parameters

transfer_idstring required

Headers

X-organization-codestring required

Organization code associated to the request.

X-Idempotency-Keystring required

Unique identifier used in HTTP headers to ensure that a request is processed only once, even if it is retried due to network issues or timeouts.

Response

Created

idstring
created_atstring
updated_atstring

Example response

{
  "id": "ed206787-6203-45a6-b896-71249fff7ddb",
  "origin_onboarding": {
    "id": "c2f96b59-ae5a-470d-a94a-16bf142b11df",
    "type": "ONE_STEP_ONBOARDING",
    "workflow": "DIRECT",
    "description": "Onboarding Description",
    "status": "INACTIVE",
    "callback_url": "https://merchant.example.com/webhook/onboarding",
    "provider": {
      "id": "STRIPE",
      "connection_id": "b90fa936-92b6-4529-9c69-0ca474291af1",
      "recipient_id": "acct_1SpfTBRFM5RUW372"
    },
    "documentation": [
      {
        "file_name": "onboarding10.png",
        "content_type": "image/png",
        "content_category": "VAT_DOCUMENT",
        "content": "onboarding10.png-c86969b6-6ddc-4bc2-9bce-f190a05679bf"
      }
    ],
    "legal_representatives": [
      {
        "merchant_reference": "ONB_010",
        "first_name": "Maria",
        "last_name": "Gonzalez",
        "email": "maria.gonzalez@example.com",
        "date_of_birth": "1985-05-20",
        "country": "US",
        "nationality": "US",
        "title": "CEO",
        "ultimate_beneficial_owner": true,
        "document": {
          "document_type": "CC",
          "document_number": "0987654321"
        },
        "phone": {
          "number": "3109876543",
          "country_code": "+57"
        },
        "address": {
          "address_line_1": "Calle 26 # 13-19",
          "address_line_2": "test calle",
          "country": "US",
          "state": "Cundinamarca",
          "city": "Bogota",
          "zip_code": "03804",
          "neighborhood": "Centro"
        }
      }
    ],
    "metadata": [
      {
        "key": "test",
        "value": "123"
      }
    ],
    "withdrawal_methods": {
      "bank": {
        "code": "004",
        "branch": "006",
        "branch_digit": "125",
        "account": "000123456789",
        "account_digit": "124",
        "account_type": "SAVINGS",
        "routing": "110000000",
        "country": "US",
        "currency": "USD",
        "payout_schedule": "HOLD"
      }
    },
    "terms_of_service": {
      "acceptance": true,
      "date": "2025-07-21T20:43:54.786342Z",
      "ip": "129.21.111.11"
    },
    "created_at": "2026-01-15T21:33:17.374975Z",
    "updated_at": "2026-01-15T21:33:44.650123Z"
  },
  "destination_onboarding": {
    "id": "97254599-4f94-4aff-9777-733a8e0e95e1",
    "type": "ONE_STEP_ONBOARDING",
    "workflow": "DIRECT",
    "description": "Onboarding Description",
    "status": "SUCCEEDED",
    "callback_url": "https://merchant.example.com/webhook/onboarding",
    "provider": {
      "id": "STRIPE",
      "connection_id": "b90fa936-92b6-4529-9c69-0ca474291af1",
      "recipient_id": "acct_1SpfStIPQ4THTT53"
    },
    "documentation": [
      {
        "file_name": "onboarding10.png",
        "content_type": "image/png",
        "content_category": "VAT_DOCUMENT",
        "content": "onboarding10.png-c86969b6-6ddc-4bc2-9bce-f190a05679bf"
      }
    ],
    "legal_representatives": [
      {
        "merchant_reference": "ONB_010",
        "first_name": "Maria",
        "last_name": "Gonzalez",
        "email": "maria.gonzalez@example.com",
        "date_of_birth": "1985-05-20",
        "country": "US",
        "nationality": "US",
        "title": "CEO",
        "ultimate_beneficial_owner": true,
        "document": {
          "document_type": "CC",
          "document_number": "0987654321"
        },
        "phone": {
          "number": "3109876543",
          "country_code": "+57"
        },
        "address": {
          "address_line_1": "Calle 26 # 13-19",
          "address_line_2": "test calle",
          "country": "US",
          "state": "Cundinamarca",
          "city": "Bogota",
          "zip_code": "03804",
          "neighborhood": "Centro"
        }
      }
    ],
    "metadata": [
      {
        "key": "test",
        "value": "123"
      }
    ],
    "withdrawal_methods": {
      "bank": {
        "code": "004",
        "branch": "006",
        "branch_digit": "125",
        "account": "000123456789",
        "account_digit": "124",
        "account_type": "SAVINGS",
        "routing": "110000000",
        "country": "US",
        "currency": "USD",
        "payout_schedule": "HOLD"
      }
    },
    "terms_of_service": {
      "acceptance": true,
      "date": "2025-07-21T20:43:54.786342Z",
      "ip": "129.21.111.11"
    },
    "created_at": "2026-01-15T01:35:10.646218Z",
    "updated_at": "2026-01-15T21:33:46.245564Z"
  },
  "created_at": "2026-01-15T21:33:46.456587Z",
  "updated_at": "2026-01-15T21:33:46.456624Z"
}