Payments
Get Payment Channels
GET /payments/channels/{type}/{id}
Path Parameters
Name
Type
Description
type*
String
Options: reservations, subscriptions
id*
Integer
The id of the package
Query Parameters
Name
Type
Description
amount*
Integer
Amount subtotal
Headers
Name
Type
Description
Client-Key*
String
Your client key
{
"data": {
"Virtual Account": [
{
"id": 1,
"transaction_fee_amount": "7500.00",
"name": "BRI",
"logo": "https://minio-s3.dev.embrio.id/munio/uploads/public/656/847/3bd/6568473bd8ff3106684548.png"
}
],
"E-Wallet": [
{
"id": 3,
"transaction_fee_amount": "7500.00",
"name": "OVO",
"logo": "https://minio-s3.dev.embrio.id/munio/uploads/public/656/852/e06/656852e063869537428970.png"
}
],
"QRIS": [
{
"id": 4,
"transaction_fee_amount": "7500.00",
"name": "QRIS",
"logo": "https://minio-s3.dev.embrio.id/munio/uploads/public/656/853/132/65685313286ea052377202.png"
}
]
}
}Get Payment Channels
POST /payments/channels
Headers
Name
Type
Description
Client-Key*
String
Your client key
Request Body
Name
Type
Description
amount*
Integer
Last updated