Skip to main content

Create Payin Order

Create a payin order (deposit). This is the opposite of payout (withdraw). This endpoint supports two authentication methods: either use client credentials headers OR a bearer token. Endpoint: POST /payin/create-order

Authentication

  • x-client-id (header, optional)
  • x-client-secret (header, optional)
  • Or Bearer token

Request Body

Response (201)

Error Response (401)