Skip to main content
POST
Create a program

Authorizations

Authorization
string
header
required

Bearer access token obtained from POST /v1/oauth/token using your Apocor API key.

Body

application/json
name
string
required
bin_id
string

BIN this program issues cards on, from GET /v1/bins. When provided, product_type and currency are derived from the BIN. Cards are issued on this BIN.

product_type
enum<string>
default:DEBIT
Available options:
DEBIT,
PREPAID,
CREDIT
currency
string
default:USD
organization_id
string

Response

201 - application/json

Program created.

data
object