加盟店: Get
このリクエストでは、アプリトークンとシークレットを指定して加盟店についての情報を表示します。
Request
GET https://api.univapay.com/me
Headers:
Authorization: Bearer {secret}.{jwt}
Body:
curl --request GET \
--url http://api.univapay.com/me \
--header 'Authorization: Bearer {secret}.{jwt}'
Response
Code: 200
Headers:
Content-Type: application/json
Body:
{
"id": "11e8863e-c02e-6a5c-a083-8b2997dcee62",
"name": "Merchant",
"email": "someone@test.int",
"verified": false,
"created_on": "2018-07-13T01:47:50.513794Z",
"configuration": {
"percent_fee": null,
"flat_fees": null,
"logo_url": null,
"country": null,
"language": null,
"display_time_zone": null,
"min_transfer_payout": null,
"maximum_charge_amounts": null,
"transfer_schedule": null,
"user_transactions_configuration": {
"enabled": null,
"notify_customer": null
},
"card_configuration": {
"enabled": null,
"debit_enabled": null,
"prepaid_enabled": null,
"forbidden_card_brands": null,
"allowed_countries_by_ip": null,
"foreign_cards_allowed": null,
"fail_on_new_email": null,
"card_limit": null,
"allow_empty_cvv": null
},
"qr_scan_configuration": {
"enabled": null,
"forbidden_qr_scan_gateways": null
},
"convenience_configuration": {
"enabled": null
},
"recurring_token_configuration": {
"recurring_type": null,
"charge_wait_period": null,
"card_charge_cvv_confirmation": {
"enabled": null,
"threshold": null
}
},
"security_configuration": {
"inspect_suspicious_login_after": null,
"refund_percent_limit": null,
"limit_charge_by_card_configuration": null
},
"installments_configuration": {
"enabled": null,
"min_charge_amount": null,
"max_payout_period": null,
"failed_cycles_to_cancel": null
},
"card_brand_percent_fees": {
"visa": null,
"american_express": null,
"mastercard": null,
"maestro": null,
"discover": null,
"jcb": null,
"diners_club": null,
"union_pay": null
}
}
}