Wiretransfers

wiretransfers_outgoing_outgoing_wire_transfer_id_accept

This endpoint is used to simulate the completion of an Outgoing Wire Transfer that has been submitted in the system and sent over our payment network.

SecurityAPI_Secret_Key
Request
path Parameters
outgoing_wire_transfer_id
required
integer <int64>
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Responses
200

Success

400

Invalid Request

default

Error

post/wiretransfers/outgoing/{outgoing_wire_transfer_id}/accept
Response samples
application/json
{
  • "code": "COMPLETED"
}

wiretransfers_outgoing_outgoing_wire_transfer_id_reject

This endpoint is used to simulate the rejection of an Outgoing Wire Transfer that has been submitted in the system and sent over our payment network.

SecurityAPI_Secret_Key
Request
path Parameters
outgoing_wire_transfer_id
required
integer <int64>
header Parameters
call-ref
string

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

Responses
200

Success

400

Invalid Request

default

Error

post/wiretransfers/outgoing/{outgoing_wire_transfer_id}/reject
Response samples
application/json
{
  • "code": "COMPLETED"
}