/
/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

List all countries

get/countries

Response

Countries retrieved

codeinteger required
statusstring required
messagestring required

Example response

{
  "code": 200,
  "status": "OK",
  "message": "Countries retrieved"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.