/
/Notch Pay API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • postBlock a customer
  • getRetrieve a payment
  • putProcess a payment
  • postProcess a payment
  • deleteCancel a payment
  • getList all beneficiaries
  • postCreate a beneficiary
  • getList all customers
  • postCreate a customer
  • getList all webhooks
  • postCreate a webhook
  • getRetrieve a beneficiary
  • deleteDelete a beneficiary
  • getRetrieve a customer
  • postUpdate a customer
  • deleteDelete a customer
  • getRetrieve a webhook
  • putUpdate a webhook
  • deleteDelete a webhook
  • getList all payments
  • postInitialize a payment
  • getList all transfers
  • postInitiate a transfer
  • getList all countries
  • getList all currencies
  • getList all payment channels
  • getList customer's payment methods
  • getList customer's payments
  • getRetrieve a transfer
  • getRetrieve account balance
  • postUnblock a customer

Retrieve a transfer

get/transfers/{reference}

Path parameters

referencestring required

Reference of the transaction

Response

Transfer retrieved

statusstring required
messagestring required
codeinteger required

Example response

{
  "status": "Accepted",
  "message": "Transfer retrieved",
  "code": 202
}

Changes