Get All P2P Transfers

  • Retrieves a list of P2P transfers

This API is used to retrieve information about P2P requests between two different account holders within a program. It should be used to retrieve a list of P2Ps that could still be:

  • Accepted by the recipient
  • Cancelled by the sender
  • Rejected by the recipient
  • Expired by the system
Path Params
string
required

Partner program code for the account.

string
required

Unique account identifier (UID or GUID).

Query Params
string

Start date for filtering transfers (yyyy-MM-dd).

string

End date for filtering transfers (yyyy-MM-dd).

string

Pipe-separated list of transfer types (see FundTransferType enum).

string

Pipe-separated list of transfer statuses (see FundTransferStatus enum).

boolean

If true, filters transfers where the account is the initiator.

int32

Paging offset for results.

int32

Paging limit for results.

Headers
string
required

Unique request tracking identifier (X-GD-RequestId header).

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json