v1
latestSwagger 2.02026-07-1415198294.2 KBMerchant Retrieval
Purpose of this service is to retrieve the Transfer resource associated with the specified transfer-id.
Purpose of this service is to retrieve the Transfer resource associated with the specified transfer-id.
get/send/#env/v1/partners/{partnerId}/merchant/transfers/{transferId}
Path parameters
partnerIdstring required
Path Param - Provider assigned partner id. Details - string, 32
transferIdstring required
Path Param - Valid transfer id
Response
Response details for a merchant transfer.
Example response
{
"merchant_transfer": {
"channel": "WEB",
"created": "2016-09-22T13:22:11-05:30",
"device_id": "DEV123456",
"digital_account_reference_number": "pan:************4562",
"funding_source": "DEBIT",
"id": "mtrn_9abcd233jk23l6c5lw5f",
"interchange_rate_designator": "QR",
"location": "state:MO",
"original_status": "APPROVED",
"participant": {
"card_acceptor_id": "CardAcceptor1",
"card_acceptor_name": "THE BEST BANK"
},
"payment_origination_country": "USA",
"payment_type": "P2M",
"processor_id": "2147483647",
"recipient": {
"additional_merchant_data": {
"sub_merchant_id": "A1234D"
},
"address": {
"city": "OFallon",
"country": "USA",
"country_subdivision": "MO",
"line1": "1 Main St",
"line2": "Apartment 9",
"postal_code": "63368"
},
"email": "Jane.Smith123@abcmail.com",
"first_name": "John",
"last_name": "Jones",
"merchant_category_code": "0763",
"middle_name": "Tyler",
"phone": "11234567890"
},
"recipient_account_uri": "pan:************7372",
"reconciliation_data": {
"custom_field": [
{
"name": "TransactionID",
"value": "456FDWBS43"
}
]
},
"resource_type": "merchant_transfer",
"routing_transit_number": "965730000",
"sender": {
"additional_merchant_data": {
"sub_merchant_id": "A1234D"
},
"address": {
"city": "Chicago",
"country": "USA",
"country_subdivision": "IL",
"line1": "123 Elm St",
"line2": "Apartment 9",
"postal_code": "60618"
},
"date_of_birth": "1999-12-30",
"email": "jane.smith123@abcmail.com",
"first_name": "John",
"last_name": "Jones",
"middle_name": "Tyler",
"phone": "12125551234"
},
"sender_account_uri": "************9012",
"status": "APPROVED",
"status_timestamp": "2016-09-22T13:22:11-05:30",
"transaction_history": {
"data": {
"transaction": [
{
"account_uri": "pan:************9012",
"authorization_id": "801726",
"convenience_amount": "10",
"convenience_indicator": "01",
"create_timestamp": "2016-09-22T13:22:11-05:30",
"id": "txn_8h4me233jk23l6c5lw5f",
"network": "MoneySend",
"network_status_code": "54",
"network_status_description": "Expired Card",
"payment_account_reference": "5001ESVM4JQAAOP5JKSK1XGAPOPG2",
"qr_data": "001006XX123400201012353611110030073041233004008LYL44354005009EEB",
"resource_type": "transaction",
"retrieval_reference": "624200192616",
"status": "APPROVED",
"status_reason": "APPROVED",
"status_timestamp": "2016-09-22T13:22:11-05:30",
"switch_serial_number": "564727057",
"system_trace_audit_number": "926162",
"transaction_amount": {
"currency": "USD",
"value": "5300"
},
"type": "PAYMENT"
}
]
},
"resource_type": "list"
},
"transaction_local_date_time": "2016-09-22T13:22:11-05:30",
"transfer_amount": {
"currency": "USD",
"value": "5300"
},
"transfer_reference": "DEF123456"
}
}