GET
/
v1
/
donation-pledges
/
wire
/
details
/
international
curl --request GET \
  --url https://api.endaoment.org/v1/donation-pledges/wire/details/international
{
  "receivingBank": {
    "swiftBicCode": "CHFGUS44021",
    "abaRoutingNumber": "091311229",
    "name": "Choice Financial Group",
    "address": "4501 23rd Avenue S Fargo, ND 58104, USA"
  },
  "beneficiary": {
    "ibanAccountNumber": "202384704442",
    "name": "Endaoment",
    "address": "40 Bernal Heights Boulevard, San Francisco, CA 94110, USA"
  }
}

Response

200 - application/json
International wire transfer details successfully retrieved
receivingBank
object
required

Details about the receiving bank

beneficiary
object
required

Details about the beneficiary (Endaoment)