Create a new transfer to move funds from one Qolo Account to another.
Following are different types of transfer supported in the platform
Partner to Card - Partner can transfer funds from progfund account to card using card proxy or account guid Account to External bank accounts (Add outside_instrument and then use the guid in this API) External bank accounts to Account (Add outside_instrument and then use the guid in this API) This API supports transfer with currency conversions and this api uses the exchange rates provided by our banking partner.
Returns the newly created transfer
Bad request
Unauthorized
Account not found
Server Error
{- "client_reference_id": "string",
- "channel_type": "NotSet",
- "transfer_type": "UNKNOWN",
- "amount": 0,
- "currency": "str",
- "description": "string",
- "source": {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
}, - "destination": {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
}, - "quote_reference": "string",
- "quoteoutput": {
- "source": {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
}, - "destination": {
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8",
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string"
}, - "fees": [
- {
- "name": "string",
- "amount": 0,
- "currency": "string"
}
], - "conversionDetails": {
- "reference": "string",
- "conversion_rate": 0,
- "from_currency": "string",
- "to_currency": "string",
- "from_amount": 0,
- "to_amount": 0,
- "expiry_seconds": 0,
- "expiry_at": "2019-08-24T14:15:22Z"
}
}, - "destination_amount": 0,
- "destination_currency": "string",
- "memo_code": "string",
- "verification_code": "string",
- "eft_info": {
- "sec_code": "WEB",
- "identifier_number": "string",
- "addenda": "string"
}, - "reason_code": "string",
- "check_info": {
- "template_alias": "string",
- "payee_detail": {
- "name": "string",
- "address_line1": "string",
- "address_line2": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "ship_to_detail": {
- "name": "string",
- "address_line1": "string",
- "address_line2": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "shipping_method": "string",
- "bulk_shipment_flag": true,
- "return_to_detail": {
- "name": "string",
- "address_line1": "string",
- "address_line2": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "remittance_section_1": {
- "remittance_s1_line1": "string",
- "remittance_s1_line2": "string",
- "remittance_s1_line3": "string",
- "remittance_s1_line4": "string",
- "remittance_s1_line5": "string",
- "remittance_s1_line6": "string"
}, - "remittance_section_2": {
- "remittance_s2_line1": "string",
- "remittance_s2_line2": "string",
- "remittance_s2_line3": "string"
}, - "check_stub_footer_text": "string",
- "payer_detail": {
- "payer_logo_file_name": "string",
- "name": "string",
- "address_line1": "string",
- "address_line2": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "country": "string"
}, - "check_void_after_days": 1,
- "check_memo_line": "string",
- "check_footer_text": "string",
- "print_authorized_signatory1": true,
- "print_authorized_signatory2": true,
- "additional_detail": {
- "check_stub_label1": "string",
- "check_stub_label1_value": "string",
- "check_stub_label2": "string",
- "check_stub_label2_value": "string",
- "check_label": "string",
- "check_label_value": "string"
}
}
}
{- "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
- "amount": 0,
- "currency": "string",
- "description": "string",
- "source": {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
}, - "destination": {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "wallet_guid": "17eaeda9-c0ab-4ac3-8ef9-27ac9b388a03",
- "wallet_id": "string",
- "card_proxy": "string",
- "outside_instrument_guid": "f2fb9354-2f4f-40d1-819c-4ff2a66a4bd8"
}, - "destination_amount": 0,
- "destination_currency": "string",
- "entry_date": "2019-08-24T14:15:22Z",
- "fees": [
- {
- "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
- "fee_request_code": "string",
- "fee_request_description": "string",
- "fee_amount": 0,
- "reverse_fee_request_code": "string",
- "reverse_fee_request_description": "string",
- "fee_apply_to": "string",
- "revenue_account_guid": "be5859f8-2def-455a-a2d1-a8fb86ef9998",
- "fee_freebie_count": 0,
- "fee_apply_type": "string"
}
]
}