# Show a partner remittance Returns the partner remittance specified in the request URL. Endpoint: GET /v1/accounts/{account_id}/partner_remittances/{partner_remittance_id} Version: 1.0 ## Path parameters: - `account_id` (string, required) - `partner_remittance_id` (string, required) ## Response 200 fields (application/json): - `id` (string) Unique ID of the partner remittance. Example: "2c7da6c316a34fd1915cb9fb2ccc632e" - `receiver_first_name` (string) The receiver's first name. Example: "Max" - `receiver_last_name` (string) The receiver's last name. Example: "Mustermann" - `receiver_address` (object) The receiver's address. - `receiver_address.line_1` (string) Address line 1 Example: "Musterstrasse" - `receiver_address.line_2` (string) Address line 2 - `receiver_address.postal_code` (string) Receiver's postal code Example: "10409" - `receiver_address.city` (string) Receiver's city Example: "Berlin" - `receiver_address.country` (string) Receiver's country. Enum: "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AX", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BQ", "BR", "BS", "BT", "BV", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CW", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "EH", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GF", "GG", "GH", "GI", "GL", "GM", "GN", "GP", "GQ", "GR", "GS", "GT", "GU", "GW", "GY", "HK", "HM", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IO", "IQ", "IR", "IS", "IT", "JE", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MQ", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NF", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PS", "PT", "PW", "PY", "QA", "RE", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SJ", "SK", "SL", "SM", "SN", "SO", "SR", "SS", "ST", "SV", "SX", "SY", "SZ", "TC", "TD", "TF", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "UM", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "XK", "YE", "YT", "ZA", "ZM", "ZW" - `receiver_address.state` (string) (For German addresses) State/Bundesland Enum: "BE", "BB", "BW", "BY", "HB", "HE", "HH", "MV", "NI", "NW", "RP", "SH", "SL", "SN", "ST", "TH" - `receiver_account_number` (string) The receiver's bank account number. Example: "DE72110101001000014344" - `amount` (object) The total amount to send in this remittance. - `amount.value` (integer) The amount value. Example: 1000 - `amount.unit` (string) The unit of the given value in cents. Example: "cents" - `amount.currency` (string) The currency of the given value. Only EUR is currently supported. Example: "EUR" - `status` (string) The status of the remittance. - `description` (string) Optional description of the remittance, which will be visible to the recipient. - `clearing_profile_id` (string) ID of the clearing profile to use for this transaction. Example: "1c0eda0b559825ef456b21d81f4ee962pacp" - `sender` (object) - `sender.account_id` (string) The sender's account ID. Example: "575189c6eb825b10b9d0392fcb3bf61dcacc" - `sender.person_id` (string) The sender's person ID. Example: "ad8f5cefdc73035f17973fecb4fa2ebccper" - `sender.first_name` (string) The sender's first name. Example: "Peter" - `sender.last_name` (string) The sender's last name. Example: "Testmann" - `sender.iban` (string) The sender's IBAN. Example: "DE13110101014386274299" ## Response 400 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "400" - `code` (string) Example: "build_pagination_headers_failure" - `title` (string) Example: "Failed to build pagination headers." - `detail` (string) Example: "Cannot connect to database." ## Response 403 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "403" - `code` (string) Example: "unauthorized_action" - `title` (string) Example: "Unauthorized Action" - `detail` (string) Example: "Unauthorized action is not allowed." ## Response 404 fields (application/json): - `id` (string) Example: "a95f2aaf-4e0c-4d49-8021-8a16a884ed86" - `status` (string) Example: "404" - `code` (string) Example: "model_not_found" - `title` (string) Example: "Model Not Found" - `detail` (string) Example: "Couldn't find 'Solaris::Identification' for id 'bbbcccfff388923eb899a5852df6cidt'." ## Response 500 fields (application/json): - `id` (string) Example: "e8915041-9d8c-4d96-9dd1-04e8522ecdbf" - `status` (string) Example: "500" - `code` (string) Example: "generic_error" - `title` (string) Example: "Generic Error" - `detail` (string) Example: "There was an error."