Security
HTTPBearer
- Production serverhttps://your-partner-name.partner-api.jikoservices.com/api/v1/wires/{wire_id}/
- Sandbox serverhttps://your-partner-name.sandbox-api.jikoservices.com/api/v1/wires/{wire_id}/
curl -i -X GET \
'https://your-partner-name.partner-api.jikoservices.com/api/v1/wires/{wire_id}/?customer_id=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'x-jiko-idempotency: 497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'x-jiko-signature: string'Successful Response
The status of the wire transfer: PENDING, SUCCESS, or REJECTED.
Enum:"PENDING""SUCCESS""REJECTED"
Any of:
Identifiers carried on the wire's ISO 20022 message.
uetr and imad are network identifiers, assigned as the payment moves through the clearing network. instruction_identification and end_to_end_identification are party-assigned references from the message's payment identification (PmtId).
Response
- INCOMING
- OUTGOING
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "PENDING", "amount": { "value": 0, "currency": "string", "formatted": "" }, "pocket_id": "b88a2887-96aa-45d6-8252-451370ee2257", "time_created": "2019-08-24T14:15:22Z", "wire_tracking_info": { "uetr": "string", "imad": "string", "instruction_identification": "string", "end_to_end_identification": "string" }, "direction": "INCOMING", "object_type": "string" }