UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 304 kB
{"openapi":"3.0.0","info":{"title":"Send Person to Merchant","version":"V1","x-artifactId":"p2m","x-origin":[{"format":"swagger","url":"https://developer.mastercard.com/devzone/api/portal/swagger/mastercard-merchant-presented-qr","version":"2.0"}],"x-providerName":"mastercard.com","x-serviceName":"masterpassqr"},"tags":[{"name":"Merchant Transfer - Funding and Payment"},{"name":"Merchant Transfer - Payment"},{"name":"Merchant Retrieval"},{"name":"Digital Account Reference Number"},{"name":"Digital Account Reference Number Retrieval"},{"name":"Merchant Refund"},{"name":"Funding"},{"name":"Funding Reversal"},{"name":"Test Payment Notification"},{"name":"Test Refund Notification"},{"name":"Transfer Notification Registration"}],"paths":{"/send/#env/v1/partners/{partnerId}/merchant/transfer":{"post":{"description":"Initiates a Mastercard Merchant Presented QR purchase transaction by securing funds from a consumer’s account with a Funding Transaction and pushing funds to a merchant account with a Payment Transaction.","operationId":"createMerchantTransfer","parameters":[{"description":"Path Param - Provider assigned partner id. \n\nType: Alphanumeric Special [a-zA-Z0-9_-], Length: 32","in":"path","name":"partnerId","required":true,"example":"ptnr_A37V2q91WUqSonkfEG29Q-Bf4s9","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_1_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_1_wrapper"}}},"description":"Contains the details of the request message.","required":true},"responses":{"200":{"description":"Response details for a merchant transfer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_14_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_14_wrapper"}}}}},"summary":"Initiates a Mastercard Merchant Presented QR purchase transaction by securing funds from a consumer’s account with a Funding Transaction and pushing funds to a merchant account with a Payment Transaction.","tags":["Merchant Transfer - Funding and Payment"],"x-samples":[{"ignoreAsserts":["merchant_transfer.id","merchant_transfer.created","merchant_transfer.transfer_reference","merchant_transfer.transaction_history.data.transaction[0].id","merchant_transfer.transaction_history.data.transaction[0].create_timestamp","merchant_transfer.transaction_history.data.transaction[0].status_timestamp","merchant_transfer.transaction_history.data.transaction[0].retrieval_reference","merchant_transfer.transaction_history.data.transaction[0].system_trace_audit_number","merchant_transfer.transaction_history.data.transaction[0].unique_reference_number","merchant_transfer.transaction_history.data.transaction[1].id","merchant_transfer.transaction_history.data.transaction[1].create_timestamp","merchant_transfer.transaction_history.data.transaction[1].status_timestamp","merchant_transfer.transaction_history.data.transaction[1].retrieval_reference","merchant_transfer.transaction_history.data.transaction[1].system_trace_audit_number","merchant_transfer.transaction_history.data.transaction[1].unique_reference_number","merchant_transfer.status_timestamp","merchant_transfer.recipient.email","merchant_transfer.original_status","merchant_transfer.transaction_history.data.transaction[0].network"],"name":"CreateTransfer","ordering":103,"request":{"application/json":"{\n \"partnerId\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n \"merchant_transfer\": {\n \"transfer_reference\": \"4007@remember-integer[36]@\",\n \"payment_type\": \"P2M\",\n \"transfer_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"payment_origination_country\": \"USA\",\n \"sender_account_uri\": \"pan:5299920210000277;exp=2077-08;cvc=123\",\n \"digital_account_reference_number\": \"pan:5299920210000277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"address\": {\n \"line1\": \"21 Broadway\",\n \"line2\": \"Apartment A-6\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234565555\",\n \"email\": \"John.Jones123@abcmail.com\" , \n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n} \n},\n \"recipient_account_uri\": \"pan:5299920210000277;exp=2077-08\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"Jane.Smith123@abcmail.com\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3000\" \n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"GHI\",\n \"value\": \"123\"\n }, {\n \"name\": \"ABC\",\n \"value\": \"456\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"789\"\n }]\n },\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"participant\": {\n \"card_acceptor_name\": \"WELLS FARGO BANK NA\",\n \"card_acceptor_id\": \"CardAcceptor123\"\n },\n \"participation_id\": \"TERMINAL34728\",\n \"additional_message\": \"mymessage\",\n \"interchange_rate_designator\": \"QR\",\n \"mastercard_assigned_id\": \"123456\"\n }\n}"},"response":{"application/json":"{\n \"merchant_transfer\": {\n \"id\": \"mtrn_8HmnHRkW5CsHsKtIGEJ8azsrwnJ\",\n \"resource_type\": \"merchant_transfer\",\n \"transfer_reference\": \"4007@remember-integer[36]@\",\n \"payment_type\": \"P2M\",\n \"sender_account_uri\": \"pan:************0277\",\n \"digital_account_reference_number\": \"pan:************0277\",\n \"payment_origination_country\": \"USA\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"address\": {\n \"line1\": \"21 Broadway\",\n \"line2\": \"Apartment A-6\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234565555\",\n \"email\": \"John.Jones123@abcmail.com\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n}\n},\n \"recipient_account_uri\": \"pan:************0277\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Jones123@abcmail.com\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3000\"\n },\n \"transfer_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-09-22T13:22:11-05:30\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"2\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_KHesUdrpshiYXJVH_H702cCvtEK5\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0277\",\n \"transaction_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"network\": \"MoneySend\",\n\t \"network_status_code\": \"00\",\n\t \"network_status_description\": \"Approved\",\n\t \"type\": \"FUNDING\",\n \"create_timestamp\": \"2016-08-29T01:07:37-05:30\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:30\",\n \"retrieval_reference\": \"723411975497\",\n \"system_trace_audit_number\": \"975497\",\n\t \"unique_reference_number\": \"9261621456\"\n },{\n \"id\": \"txn_KHesUdrpshiYXJVH_H702cCvtEK5\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0277\",\n \"transaction_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"network\": \"MoneySend\",\n\t \"network_status_code\": \"00\",\n\t \"network_status_description\": \"Approved\",\n\t \"type\": \"PAYMENT\",\n \"create_timestamp\": \"2016-08-29T01:07:37-05:30\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:30\",\n \"retrieval_reference\": \"723411975497\",\n \"system_trace_audit_number\": \"975497\",\n\t \"unique_reference_number\": \"9261621456\"\n }]\n }\n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"GHI\",\n \"value\": \"123\"\n }, {\n \"name\": \"ABC\",\n \"value\": \"456\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"789\"\n }]\n },\n \"original_status\": \"APPROVED\",\n \"status\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"mastercard_assigned_id\": \"123456\",\n \"interchange_rate_designator\": \"QR\",\n \"participant\": {\n \"card_acceptor_name\": \"WELLS FARGO BANK NA\"\n }\n }\n}\n"}}],"x-testable":false}},"/send/#env/v1/partners/{partnerId}/merchant/transfers":{"get":{"description":"Purpose of this service is to retrieve the Transfer resource associated with a specified transfer_reference value.","operationId":"getMerchantTransferByRef","parameters":[{"description":"Path Param - Provider assigned partner id. Details - string, 32","in":"path","name":"partnerId","required":true,"schema":{"type":"string"}},{"description":"Query Param - Is the client specified transfer reference when initiating the transfer. Allowable characters are alphanumeric and * , - . _ ~. Details- 6-40 Example- DEF123456","in":"query","name":"ref","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Response details for a merchant transfer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfers_69_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfers_69_wrapper"}}}}},"summary":"Purpose of this service is to retrieve the Transfer resource associated with a specified transfer_reference value.","tags":["Merchant Retrieval"],"x-action":"read by reference","x-samples":[{"ignoreAsserts":["merchant_transfers.data.merchant_transfer[0].transfer_reference","merchant_transfers.data.merchant_transfer[0].id","merchant_transfers.data.merchant_transfer[0].created","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].id","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].create_timestamp","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].status_timestamp","merchant_transfers.data.merchant_transfer[0].status_timestamp","merchant_transfers.data.merchant_transfer[0].recipient.email","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].retrieval_reference","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].system_trace_audit_number","merchant_transfers.data.merchant_transfer[0].original_status","merchant_transfers.data.merchant_transfer[0].transaction_local_date_time","merchant_transfers.data.merchant_transfer[0].funding_source","merchant_transfers.data.merchant_transfer[0].participant.card_acceptor_id","merchant_transfers.data.merchant_transfer[0].participant.card_acceptor_name","merchant_transfer.transaction_history.data.transaction[0].network_status_description","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].network","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].network_status_description","merchant_transfers.data.merchant_transfer[0].resource_type","merchant_transfers.data.merchant_transfer[0].payment_type","merchant_transfers.data.merchant_transfer[0].digital_account_reference_number","merchant_transfers.data.merchant_transfer[0].sender_account_uri","merchant_transfers.data.merchant_transfer[0].sender.first_name","merchant_transfers.data.merchant_transfer[0].sender.middle_name","merchant_transfers.data.merchant_transfer[0].sender.last_name","merchant_transfers.data.merchant_transfer[0].sender.additional_merchant_data.payment_facilitator_id","merchant_transfers.data.merchant_transfer[0].sender.additional_merchant_data.sub_merchant_id","merchant_transfers.data.merchant_transfer[0].recipient_account_uri","merchant_transfers.data.merchant_transfer[0].recipient.first_name","merchant_transfers.data.merchant_transfer[0].recipient.middle_name","merchant_transfers.data.merchant_transfer[0].recipient.last_name","merchant_transfers.data.merchant_transfer[0].recipient.address.line1","merchant_transfers.data.merchant_transfer[0].recipient.address.line2","merchant_transfers.data.merchant_transfer[0].recipient.address.city","merchant_transfers.data.merchant_transfer[0].recipient.address.country_subdivision","merchant_transfers.data.merchant_transfer[0].recipient.address.postal_code","merchant_transfers.data.merchant_transfer[0].recipient.address.country","merchant_transfers.data.merchant_transfer[0].recipient.phone","merchant_transfers.data.merchant_transfer[0].recipient.additional_merchant_data.payment_facilitator_id","merchant_transfers.data.merchant_transfer[0].recipient.additional_merchant_data.sub_merchant_id","merchant_transfers.data.merchant_transfer[0].recipient.merchant_category_code","merchant_transfers.data.merchant_transfer[0].transfer_amount.value","merchant_transfers.data.merchant_transfer[0].transfer_amount.currency","merchant_transfers.data.merchant_transfer[0].transaction_history.resource_type","merchant_transfers.data.merchant_transfer[0].transaction_history.item_count","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].resource_type","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].account_uri","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].transaction_amount.value","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].transaction_amount.currency","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].network_status_code","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].type","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].status","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].status_reason","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].switch_serial_number","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].unique_reference_number","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].qr_data","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].convenience_amount","merchant_transfers.data.merchant_transfer[0].transaction_history.data.transaction[0].convenience_indicator","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[0].name","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[0].value","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[1].name","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[1].value","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[2].name","merchant_transfers.data.merchant_transfer[0].reconciliation_data.custom_field[2].value","merchant_transfers.data.merchant_transfer[0].channel","merchant_transfers.data.merchant_transfer[0].device_id","merchant_transfers.data.merchant_transfer[0].location","merchant_transfers.data.merchant_transfer[0].status","merchant_transfers.data.merchant_transfer[0].payment_origination_country"],"name":"GetTransferByRef_NON_TOKENIZED","ordering":355,"overrides":[{"ref":"CreateTransfer.merchant_transfer.transfer_reference"}],"request":{"application/json":"{\n\"partnerId\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n\"ref\": \"MTRNREF_20160829130404970\"\n}\n"},"response":{"application/json":"{\n \"merchant_transfers\": {\n \"resource_type\": \"list\",\n \"item_count\": \"1\",\n \"data\": {\n \"merchant_transfer\": [{\n \"id\": \"mtrn_MQTGry0D_TGe8QTrWj4LtaydUUWM\",\n \"resource_type\": \"merchant_transfer\",\n \"transfer_reference\": \"MTRNREF_20160829130404970\",\n \"payment_type\": \"P2M\",\n \"digital_account_reference_number\":\"************4562\",\n \"sender_account_uri\": \"pan:************0187\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n}\n },\n \"recipient_account_uri\": \"pan:************0187\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"Jane.Smith123@abcmail.com\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3005\"\n },\n \"transfer_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-08-29T08:07:37.282-05:00\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"1\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_SVDvtQk1mKcJefExHKpvVeLctXvJ\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0187\",\n \"transaction_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"network\": \"STAR\",\n \"network_status_code\": \"00\",\n \"network_status_description\": \"Approved or completed successfully\",\n \"type\": \"PAYMENT\",\n \"create_timestamp\": \"2016-08-29T08:07:37.288-05:00\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"retrieval_reference\": \"624200192616\",\n \"system_trace_audit_number\": \"926162\",\n \"switch_serial_number\": \"564727057\",\n \"unique_reference_number\": \"0000000000592087939\",\n \"qr_data\": \"001006XX123400201012353611110030073041233004008LYL44354005009EEB\",\n \"convenience_amount\": \"10\",\n \"convenience_indicator\": \"01\"\n }]\n }\n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"channel\": \"KIOSK\",\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"original_status\": \"APPROVED\",\n \"status\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"payment_origination_country\": \"USA\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"funding_source\": \"DEBIT\",\n \"interchange_rate_designator\": \"QR\",\n \"participant\": {\n \"card_acceptor_id\": \"CardAcceptor1\",\n \"card_acceptor_name\": \"TESTBANK\"\n }\n }]\n }\n }\n}\n"}}],"x-testable":false}},"/send/#env/v1/partners/{partnerId}/merchant/transfers/payment":{"post":{"description":"Initiates a Mastercard Merchant Presented QR purchase transaction by pushing funds to a merchant account.","operationId":"createMerchantPayment","parameters":[{"description":"Path Param - Provider assigned partner id. Details - string, 32","in":"path","name":"partnerId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantPaymentTransfer_29_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantPaymentTransfer_29_wrapper"}}},"description":"Contains the details of the request message."},"responses":{"200":{"description":"Response details for a merchant transfer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_40_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_40_wrapper"}}}}},"summary":"Initiates a Mastercard Merchant Presented QR purchase transaction by pushing funds to a merchant account.","tags":["Merchant Transfer - Payment"],"x-samples":[{"ignoreAsserts":["merchant_transfer.id","merchant_transfer.created","merchant_transfer.transfer_reference","merchant_transfer.transaction_history.data.transaction[0].id","merchant_transfer.transaction_history.data.transaction[0].create_timestamp","merchant_transfer.transaction_history.data.transaction[0].status_timestamp","merchant_transfer.status_timestamp","merchant_transfer.transaction_history.data.transaction[0].retrieval_reference","merchant_transfer.transaction_history.data.transaction[0].system_trace_audit_number","merchant_transfer.recipient.email","merchant_transfer.original_status","merchant_transfer.transaction_local_date_time","merchant_transfer.funding_source","merchant_transfer.transaction_history.data.transaction[0].switch_serial_number","merchant_transfer.transaction_history.data.transaction[0].network","merchant_transfer.transaction_history.data.transaction[0].resource_type","merchant_transfer.transaction_history.data.transaction[0].account_uri","merchant_transfer.transaction_history.data.transaction[0].transaction_amount","merchant_transfer.transaction_history.data.transaction[0].transaction_amount.value","merchant_transfer.transaction_history.data.transaction[0].transaction_amount.currency","merchant_transfer.transaction_history.data.transaction[0].network","merchant_transfer.transaction_history.data.transaction[0].network_status_code","merchant_transfer.transaction_history.data.transaction[0].network_status_description","merchant_transfer.transaction_history.data.transaction[0].type","merchant_transfer.transaction_history.data.transaction[0].status","merchant_transfer.transaction_history.data.transaction[0].status_reason"],"name":"CreateMerchantPayment_NON_TOKENIZED","ordering":351,"request":{"application/json":"{\n \"partnerId\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n \"merchant_payment_transfer\": {\n \"transfer_reference\": \"4002@remember-integer[36]@\",\n \"payment_type\": \"P2M\",\n \"funding_source\": \"DEBIT\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-17:30\",\n \"amount\": \"1800\",\n \"currency\": \"USD\",\n \"sender_account_uri\": \"pan:5299920210000277;exp=2099-08;cvc=123\",\n \"digital_account_reference_number\": \"pan:5299920210000277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"date_of_birth\": \"1994-05-21\",\n \"address\": {\n \"line1\": \"21 Broadway\",\n \"line2\": \"Apartment A-6\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234565555\",\n \"email\": \"John.Jones123@abcmail.com\"\n },\n \"recipient_account_uri\": \"pan:5299920210000277;exp=2099-08;cvc=123\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"merchant_category_code\": \"3005\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"Jane.Smith123@abcmail.com\",\n\"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n}\n },\n \"payment_origination_country\": \"USA\",\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"funding_transaction_reference\": {\n \"reference_number\": \"trn_12345678\",\n \"network\": \"MONEYSEND\"\n },\n \"participant\": {\n \"card_acceptor_name\": \"TESTBANK\",\n \"card_acceptor_id\": \"CardAcceptor123\"\n },\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"channel\": \"KIOSK\",\n \"participation_id\": \"TERMINAL34728\",\n \"additional_message\": \"mymessage\",\n \"mastercard_assigned_id\": \"123456\",\n \"token_cryptogram\": {\n\t\"type\": \"CONTACTLESS_CHIP\",\n\"value\": \"8dae2d0c\"\n,\n\"pan_sequence_number\": \"011\"\n\n },\n \"interchange_rate_designator\": \"QR\",\n \"authentication_value\": \"ucaf:jJJLtQa+Iws8AREAEbjsA1MAAAA\"\n }\n}\n"},"response":{"application/json":"{\n \"merchant_transfer\": {\n \"id\": \"mtrn_MQTGry0D_TGe8QTrWj4LtaydUUWM\",\n \"resource_type\": \"merchant_transfer\",\n \"transfer_reference\": \"4002@remember-integer[36]@\",\n \"payment_type\": \"P2M\",\n \"sender_account_uri\": \"pan:************0277\",\n \"digital_account_reference_number\": \"pan:************0277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\"\n },\n \"recipient_account_uri\": \"pan:************0277\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Jones123@abcmail.com\",\n\"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3005\"\n },\n \"transfer_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-08-29T01:07:37-05:00\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"1\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_SVDvtQk1mKcJefExHKpvVeLctXvJ\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0187\",\n \"transaction_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"network\": \"STAR\",\n \"type\": \"PAYMENT\",\n \"create_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"retrieval_reference\": \"624200192616\",\n \"system_trace_audit_number\": \"926162\", \n \"switch_serial_number\": \"123456789\"\n }]\n }\n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"channel\": \"KIOSK\",\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"original_status\": \"APPROVED\",\n \"status\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"payment_origination_country\": \"USA\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"funding_source\": \"DEBIT\",\n \"interchange_rate_designator\": \"QR\",\n \"participant\": {\n \"card_acceptor_name\": \"TESTBANK\"\n }\n }\n}"}}],"x-testable":false}},"/send/#env/v1/partners/{partnerId}/merchant/transfers/refund":{"post":{"description":"Initiates a Mastercard Merchant Presented QR Refund transaction by pushing funds from a merchant account back to the customer's account.","operationId":"createMerchantRefund","parameters":[{"description":"Path Param - Provider assigned partner id. Details - string, 32","in":"path","name":"partnerId","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantRefundTransfer_93_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantRefundTransfer_93_wrapper"}}},"description":"Contains the details of the request message."},"responses":{"200":{"description":"Response details for a merchant transfer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_104_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_104_wrapper"}}}}},"summary":"Initiates a Mastercard Merchant Presented QR Refund transaction by pushing funds from a merchant account back to the customer's account.","tags":["Merchant Refund"],"x-samples":[{"ignoreAsserts":["merchant_transfer.id","merchant_transfer.created","merchant_transfer.transfer_reference","merchant_transfer.transaction_history.data.transaction[0].id","merchant_transfer.transaction_history.data.transaction[0].create_timestamp","merchant_transfer.transaction_history.data.transaction[0].status_timestamp","merchant_transfer.status_timestamp","merchant_transfer.transaction_history.data.transaction[0].retrieval_reference","merchant_transfer.transaction_history.data.transaction[0].system_trace_audit_number","merchant_transfer.recipient.email","merchant_transfer.original_status","merchant_transfer.transaction_local_date_time","merchant_transfer.funding_source","merchant_transfer.transaction_history.data.transaction[0].switch_serial_number","merchant_transfer.transaction_history.data.transaction[0].network","merchant_transfer.transaction_history.data.transaction[0].resource_type","merchant_transfer.transaction_history.data.transaction[0].account_uri","merchant_transfer.transaction_history.data.transaction[0].transaction_amount","merchant_transfer.transaction_history.data.transaction[0].transaction_amount.value","merchant_transfer.transaction_history.data.transaction[0].transaction_amount.currency","merchant_transfer.transaction_history.data.transaction[0].network_status_code","merchant_transfer.transaction_history.data.transaction[0].network_status_description","merchant_transfer.transaction_history.data.transaction[0].type","merchant_transfer.transaction_history.data.transaction[0].status","merchant_transfer.transaction_history.data.transaction[0].status_reason","merchant_transfer.transaction_history.data.transaction[0].unique_reference_number","merchant_transfer.digital_account_reference_number"],"name":"CreateMerchantRefund","ordering":352,"request":{"application/json":"{\n \"partnerId\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n \"merchant_refund_transfer\": {\n \"transfer_reference\": \"4003@remember-integer[36]@\",\n \"payment_type\": \"MRF\",\n \"funding_source\": \"DEBIT\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-17:30\",\n \"amount\": \"1800\",\n \"currency\": \"USD\",\n \"sender_account_uri\": \"pan:5299920210000277;exp=2099-08;cvc=123\",\n \"digital_account_reference_number\": \"pan:5299920210000277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"date_of_birth\": \"1994-05-21\",\n \"address\": {\n \"line1\": \"21 Broadway\",\n \"line2\": \"Apartment A-6\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234565555\",\n \"email\": \"John.Jones123@abcmail.com\",\n \"merchant_category_code\": \"6536\"\n },\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"merchant_category_code\": \"3005\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"Jane.Smith123@abcmail.com\",\n\"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n}\n },\n \"payment_origination_country\": \"USA\",\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"payment_transaction_reference\": {\n \"reference_number\": \"trn_12345678901234\" \n },\n \"participant\": {\n \"card_acceptor_name\": \"TESTBANK\",\n \"card_acceptor_id\": \"CardAcceptor123\"\n },\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"channel\": \"KIOSK\",\n \"participation_id\": \"TERMINAL34728\",\n \"additional_message\": \"mymessage\",\n \"interchange_rate_designator\": \"QR\",\n \"mastercard_assigned_id\": \"123456\"\n }\n}"},"response":{"application/json":"{\n \"merchant_transfer\": {\n \"id\": \"mtrn_MQTGry0D_TGe8QTrWj4LtaydUUWM\",\n \"resource_type\": \"merchant_transfer\",\n \"transfer_reference\": \"4002@remember-integer[36]@\",\n \"payment_type\": \"MRF\",\n \"sender_account_uri\": \"pan:************0277\",\n \"digital_account_reference_number\": \"pan:************0277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\"\n },\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Jones123@abcmail.com\",\n\"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3005\"\n },\n \"transfer_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-08-29T01:07:37-05:00\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"1\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_SVDvtQk1mKcJefExHKpvVeLctXvJ\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0277\",\n \"transaction_amount\": {\n \"value\": \"1800\",\n \"currency\": \"USD\"\n },\n \"network\": \"MERCHANT_FUNDING_DM\",\n \"type\": \"PAYMENT\",\n \"create_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"retrieval_reference\": \"624200192616\",\n \"system_trace_audit_number\": \"926162\", \n \"unique_reference_number\":\"0trn_12345678901234\",\n \"switch_serial_number\": \"123456789\"\n }]\n }\n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"channel\": \"KIOSK\",\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"original_status\": \"APPROVED\",\n \"status\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"payment_origination_country\": \"USA\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"funding_source\": \"DEBIT\",\n \"interchange_rate_designator\": \"QR\",\n \"participant\": {\n \"card_acceptor_name\": \"TESTBANK\"\n }\n }\n}"}}],"x-testable":false}},"/send/#env/v1/partners/{partnerId}/merchant/transfers/{transferId}":{"get":{"description":"Purpose of this service is to retrieve the Transfer resource associated with the specified transfer-id.","operationId":"getMerchantTransferById","parameters":[{"description":"Path Param - Provider assigned partner id. Details - string, 32","in":"path","name":"partnerId","required":true,"schema":{"type":"string"}},{"description":"Path Param - Valid transfer id","in":"path","name":"transferId","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Response details for a merchant transfer.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_54_wrapper"}},"application/xml":{"schema":{"$ref":"#/components/schemas/MerchantTransfer_54_wrapper"}}}}},"summary":"Purpose of this service is to retrieve the Transfer resource associated with the specified transfer-id.","tags":["Merchant Retrieval"],"x-action":"read by ID","x-samples":[{"ignoreAsserts":["merchant_transfer.id","merchant_transfer.created","merchant_transfer.transfer_reference","merchant_transfer.transaction_history.data.transaction[0].id","merchant_transfer.transaction_history.data.transaction[0].create_timestamp","merchant_transfer.transaction_history.data.transaction[0].status_timestamp","merchant_transfer.status_timestamp","merchant_transfer.transaction_history.data.transaction[0].retrieval_reference","merchant_transfer.transaction_history.data.transaction[0].system_trace_audit_number","merchant_transfer.recipient.email","merchant_transfer.original_status","merchant_transfer.transaction_local_date_time","merchant_transfer.funding_source","merchant_transfer.participant.card_acceptor_id","merchant_transfer.participant.card_acceptor_name","merchant_transfer.transaction_history.data.transaction[0].network_status_description","merchant_transfer.transaction_history.data.transaction[0].network","merchant_transfer.sender.additional_merchant_data.payment_facilitator_id","merchant_transfer.transaction_history.item_count","merchant_transfer.transaction_history.data.transaction[0].type","merchant_transfer.transaction_history.data.transaction[0].switch_serial_number","merchant_transfer.transaction_history.data.transaction[0].unique_reference_number","merchant_transfer.transaction_history.data.transaction[0].qr_data","merchant_transfer.transaction_history.data.transaction[0].convenience_amount","merchant_transfer.transaction_history.data.transaction[0].convenience_indicator","merchant_transfer.reconciliation_data.custom_field[0].name","merchant_transfer.reconciliation_data.custom_field[1].name","merchant_transfer.reconciliation_data.custom_field[2].name","merchant_transfer.channel","merchant_transfer.device_id","merchant_transfer.location"],"name":"GetMerchantTransferById_NON_TOKENIZED","ordering":353,"overrides":[{"transferId":"CreateTransfer.merchant_transfer.id"}],"request":{"application/json":"{\n\"partnerId\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n\"transferId\": \"mtrn_MQTGry0D_TGe8QTrWj4LtaydUUWM\"\n}\n"},"response":{"application/json":"{\n \"merchant_transfer\": {\n \"id\": \"mtrn_MQTGry0D_TGe8QTrWj4LtaydUUWM\",\n \"resource_type\": \"merchant_transfer\",\n \"transfer_reference\": \"4001@remember-integer[36]@\",\n \"payment_type\": \"P2M\",\n \"digital_account_reference_number\":\"pan:************0277\",\n \"sender_account_uri\": \"pan:************0277\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Jones\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n}\n },\n \"recipient_account_uri\": \"pan:************0277\",\n \"recipient\": {\n \"first_name\": \"Jane\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Jones123@abcmail.com\",\n \"additional_merchant_data\": {\n \"payment_facilitator_id\":\"00000123456\",\n \"sub_merchant_id\" : \"A1234D\"\n},\n \"merchant_category_code\": \"3000\"\n },\n \"transfer_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-08-29T01:07:37-05:00\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"1\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_SVDvtQk1mKcJefExHKpvVeLctXvJ\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************0277\",\n \"transaction_amount\": {\n \"value\": \"18\",\n \"currency\": \"USD\"\n },\n \"network\": \"STAR\",\n \"type\": \"PAYMENT\",\n \"create_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"status\": \"APPROVED\",\n \"status_reason\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"retrieval_reference\": \"624200192616\",\n \"system_trace_audit_number\": \"926162\",\n \"switch_serial_number\": \"564727057\",\n \"unique_reference_number\": \"0000000000592087939\",\n \"qr_data\": \"001006XX123400201012353611110030073041233004008LYL44354005009EEB\",\n \"convenience_amount\": \"10\",\n \"convenience_indicator\": \"01\"\n }]\n }\n },\n \"reconciliation_data\": {\n \"custom_field\": [{\n \"name\": \"ABC\",\n \"value\": \"123\"\n }, {\n \"name\": \"DEF\",\n \"value\": \"456\"\n }, {\n \"name\": \"GHI\",\n \"value\": \"789\"\n }]\n },\n \"channel\": \"KIOSK\",\n \"device_id\": \"DEVICE-1234\",\n \"location\": \"state:MO\",\n \"original_status\": \"APPROVED\",\n \"status\": \"APPROVED\",\n \"status_timestamp\": \"2016-08-29T01:07:37-05:00\",\n \"payment_origination_country\": \"USA\",\n \"transaction_local_date_time\": \"2016-09-22T13:22:11-05:30\",\n \"funding_source\": \"DEBIT\",\n \"interchange_rate_designator\": \"QR\",\n \"participant\": {\n \"card_acceptor_id\": \"CardAcceptor1\",\n \"card_acceptor_name\": \"TESTBANK\"\n }\n }\n}\n"}}],"x-testable":false}},"/send/v1/partners/{partner-id}/transfers/{transfer-id}/transactions/{transaction-id}/reversals":{"post":{"description":"Funding Reversals must be submitted within 30 minutes of the funding transfer request, and should only be submitted for the following conditions: Funding Transaction must be reversed if payment transaction cannot complete successfully, i.e. the payment transaction is rejected or declined. Upon a successful reversal of a funding transaction, the refund must be credited to the sending consumer’s Funding Account.","operationId":"createFundingReversal","parameters":[{"description":"Path Param - Provider assigned partner id. Details - string, 32","in":"path","name":"partner-id","required":true,"schema":{"type":"string"}},{"description":"Valid transfer id","in":"path","name":"transfer-id","required":true,"schema":{"type":"string"}},{"description":"Valid transaction id","in":"path","name":"transaction-id","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/xml":{"schema":{"$ref":"#/components/schemas/FundingReversal_144_wrapper"}}},"description":"Contains the details of the request message."},"responses":{"200":{"description":"Response details","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/Transfer_145_wrapper"}}}}},"summary":"Funding Reversals must be submitted within 30 minutes of the funding transfer request, and should only be submitted for the following conditions: Funding Transaction must be reversed if payment transaction cannot complete successfully, i.e. the payment transaction is rejected or declined. Upon a successful reversal of a funding transaction, the refund must be credited to the sending consumer’s Funding Account.","tags":["Funding Reversal"],"x-samples":[{"ignoreAsserts":["transfer.id","transfer.transfer_reference","transfer.transaction_history.data.transaction[0].id","transfer.transaction_history.data.transaction[0].create_timestamp","transfer.transaction_history.data.transaction[0].status_timestamp","transfer.status_timestamp","transfer.created","transfer.transaction_history.data.transaction[1].id","transfer.transaction_history.data.transaction[1].create_timestamp","transfer.transaction_history.data.transaction[1].status_timestamp","transfer.transaction_history.data.transaction[0].retrieval_reference","transfer.transaction_history.data.transaction[0].system_trace_audit_number","transfer.transaction_history.data.transaction[1].retrieval_reference","transfer.transaction_history.data.transaction[1].system_trace_audit_number","transfer.statement_descriptor","transfer.sender.government_ids","transfer.sender.government_ids.government_id_uri[0]","transfer.sender.sanction_score","transfer.recipient.government_ids","transfer.recipient.government_ids.government_id_uri[0]","transfer.recipient.sanction_score","transfer.original_status","transfer.transaction_history.data.transaction[0].resource_type","transfer.transaction_history.data.transaction[0].account_uri","transfer.transaction_history.data.transaction[0].transaction_amount.value","transfer.transaction_history.data.transaction[0].transaction_amount.currency","transfer.transaction_history.data.transaction[0].network","transfer.transaction_history.data.transaction[0].network_status_code","transfer.transaction_history.data.transaction[0].network_status_description","transfer.transaction_history.data.transaction[0].type","transfer.transaction_history.data.transaction[0].status","transfer.transaction_history.data.transaction[0].status_reason","transfer.transaction_history.data.transaction[1].resource_type","transfer.transaction_history.data.transaction[1].account_uri","transfer.transaction_history.data.transaction[1].transaction_amount.value","transfer.transaction_history.data.transaction[1].transaction_amount.currency","transfer.transaction_history.data.transaction[1].network","transfer.transaction_history.data.transaction[1].network_status_code","transfer.transaction_history.data.transaction[1].network_status_description","transfer.transaction_history.data.transaction[1].type","transfer.transaction_history.data.transaction[1].status","transfer.transaction_history.data.transaction[1].status_reason","transfer.transaction_history.data.transaction[1].reversal_reason","transfer.transaction_history.data.transaction[0].authorization_id","transfer.transaction_history.data.transaction[0].payment_account_reference","transfer.transaction_history.data.transaction[1].authorization_id","transfer.transaction_history.data.transaction[1].payment_account_reference"],"name":"MerchantFundingReversal","ordering":213,"overrides":[{"transfer-id":"CreateMerchantFundingTokenized.transfer.id"},{"transaction-id":"CreateMerchantFundingTokenized.transfer.transaction_history.data.transaction[0].id"}],"request":{"application/json":"{\n \"transfer-id\": \"trn_Be9NbqeGnqNUDOs6lQAUx9--05Qc\",\n \"transaction-id\": \"xnR3qC0NVexjx\",\n \"partner-id\": \"ptnr_BEeCrYJHh2BXTXPy_PEtp-8DBOo\",\n \"funding_reversal\": {\n \"reversal_reason\": \"Incorrect Amount\"\n }\n}\n"},"response":{"application/json":"{\n \"transfer\": {\n \"id\": \"trn_Be9NbqeGnqNUDOs6lQAUx9--05Qc\",\n \"resource_type\": \"transfer\",\n \"transfer_reference\": \"TRNREF_20160826170254832\",\n \"payment_type\": \"P2M\",\n \"sender_account_uri\": \"pan:************9973\",\n \"sender\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"nationality\": \"USA\",\n \"date_of_birth\": \"1999-12-30\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Jones123@abcmail.com\",\n \"government_ids\": { \"government_id_uri\": [\"ppn:*****6789;expiration-date=2019-05-27;issue-date=2011-07-12;issuing-country=USA;issuing-place=OFallon\" ]},\n \"sanction_score\": \"20\"\n },\n \"recipient_account_uri\": \"pan:************9973\",\n \"recipient\": {\n \"first_name\": \"John\",\n \"middle_name\": \"Tyler\",\n \"last_name\": \"Smith\",\n \"nationality\": \"USA\",\n \"date_of_birth\": \"1999-12-30\",\n \"address\": {\n \"line1\": \"1 Main St\",\n \"line2\": \"Apartment 9\",\n \"city\": \"OFallon\",\n \"country_subdivision\": \"MO\",\n \"postal_code\": \"63368\",\n \"country\": \"USA\"\n },\n \"phone\": \"11234567890\",\n \"email\": \"John.Smith123@abcmail.com\",\n \"government_ids\": { \"government_id_uri\":[ \"ppn:*****6789;expiration-date=2019-05-27;issue-date=2011-07-12;issuing-country=USA;issuing-place=OFallon\" ]},\n \"sanction_score\": \"20\"\n },\n \"transfer_amount\": {\n \"value\": \"100\",\n \"currency\": \"USD\"\n },\n \"created\": \"2016-08-26T06:32:56.141-05:00\",\n \"transaction_history\": {\n \"resource_type\": \"list\",\n \"item_count\": \"2\",\n \"data\": {\n \"transaction\": [{\n \"id\": \"txn_DS1JPDNqUrLDxynZorLdwaYDsNS_\",\n \"resource_type\": \"transaction\",\n \"account_uri\": \"pan:************9973\",\n \"transactio