OuiPay
API ReferenceTransfers

Retrieve a transfer

GET /v1/transfers/{id} : fetch a transfer's current state.

GET /v1/transfers/{id}

Headers

HeaderRequiredValue
AuthorizationyesBearer sk_...

Path params

ParamTypeNotes
idstringTransfer ULID

Request

curl https://api.ouipay.africa/v1/transfers/01M2S18... \
  -H "Authorization: Bearer sk_test_..."

Response 200

The transfer object. For the durable record: including failure.code/failure.stage and the hold state : retrieve the linked transaction via GET /v1/transactions/{transaction_id}.

Errors

HTTPerror.codeCause
404NOT_FOUNDNo such transfer
403FORBIDDENNot your resource

On this page