API documentation API SCB EASY APP

Related tags

API SCB-API-EASY
Overview

SCB-API-EASY V3.0

API documentation

SIAM COMMERCIAL BANK PUBLIC COMPANY LTD.

API SCB Easy V3

endpoint	= https://fasteasy.scbeasy.link

1.0. Get balance

- POST 
	{{endpoint}}/v2/deposits/summary

- Json Body
	{
		"depositList":[{
			"deviceid":"2ecc83a4-4df7-4835-8b8b-57b9ba7032c1",
			"accountNo":"1234567890",
			"pincode":"123456"
			}],
		"numberRecentTxn":2,"tilesVersion":"39"
	}

- Header
	'Content-Type: application/json; charset=UTF-8'

//////////////////////////////////////////////////////////////////////////////////////////////////////

2.0. Get transactions

- POST 
	{{endpoint}}/v2/deposits/casa/transactions

- Json Body
	{
		"deviceid":"2ecc83a4-4df7-4835-8b8b-57b9ba7032c1",
		"accountNo":"1234567890",
		"pincode":"123456",
		"endDate":"2021-08-30",
		"pageNumber":"1",
		"pageSize":20,
		"productType":"2",
		"startDate":"2021-08-29"
	}

- Header
	'Accept-Language: th',
	'Content-Type: application/json; charset=UTF-8'

//////////////////////////////////////////////////////////////////////////////////////////////////////

3.0. Get transfer

- POST 
	{{endpoint}}/v3/transfer/confirmation

- Json Body
	{
		"deviceid":"2ecc83a4-4df7-4835-8b8b-57b9ba7032c1",
		"accountFrom":"1234567890",
		"pincode":"123456",
		"accountFromType":"2",
		"accountTo":"9876543210",
		"accountToBankCode":"004",
		"amount":"1.00",
		"annotation":null,
		"transferType":"ORFT"
	}

- Header
	'Content-Type: application/json; charset=UTF-8'
You might also like...
An easy to use Fractal wrapper built for Laravel and Lumen applications
An easy to use Fractal wrapper built for Laravel and Lumen applications

An easy to use Fractal wrapper built for Laravel and Lumen applications The package provides a nice and easy wrapper around Fractal for use in your La

An Unleash bundle for Symfony applications to provide an easy way to use feature flags

Unleash Bundle An Unleash bundle for Symfony applications. This provide an easy way to implement feature flags using Gitlab Feature Flags Feature. Ins

GraPHPinator ⚡ 🌐 ⚡ Easy-to-use & Fast GraphQL server implementation for PHP

Easy-to-use & Fast GraphQL server implementation for modern PHP. Includes features from latest draft, middleware directives and modules with extra functionality.

This bundle provides tools to build a complete GraphQL server in your Symfony App.

OverblogGraphQLBundle This Symfony bundle provides integration of GraphQL using webonyx/graphql-php and GraphQL Relay. It also supports: batching with

Integration with your Symfony app & Vite

ViteBundle : Symfony integration with Vite This bundle helping you render all of the dynamic script and link tags needed. Essentially, he provide two

Most Advance online restaurant menu, food delivery system, online restaurant menu, free online restaurant menu, free online restaurant menu app, online restaurant menu service provider
Most Advance online restaurant menu, food delivery system, online restaurant menu, free online restaurant menu, free online restaurant menu app, online restaurant menu service provider

Buffet Box online menu and cloud kitchen Most Advance online restaurant menu, online restaurant menu, free online restaurant menu, free online restaur

System to control your app from site
System to control your app from site

ProgramManager System to control your app from site You can add more featutre and develop page you must use DataBase mysql 3 columns , 1 for id ( AI c

💰 Self-hosted personal finance tracking web app
💰 Self-hosted personal finance tracking web app

FINANCE FINANCE is a simple yet powerful, self-hosted personal finance tracking web app with the ability to parse SMS transactions and generate very u

Facebook SDK for PHP (v6) - allows you to access the Facebook Platform from your PHP app

Facebook SDK for PHP (v6) This repository contains the open source PHP SDK that allows you to access the Facebook Platform from your PHP app. Installa

Owner
SCB API Esay team
SCB API Esay team
The Laravel documentation.

Laravel Documentation You can find the online version of the Laravel documentation at https://laravel.com/docs Contribution Guidelines If you are subm

The Laravel Framework 2.6k Dec 31, 2022
Mink documentation

Mink Documentation This repository contains the documentation for the Mink project. The rendered documentation is hosted at Read the Docs. Contribute

Mink 83 Nov 14, 2022
The NelmioApiDocBundle bundle allows you to generate a decent documentation for your APIs

NelmioApiDocBundle The NelmioApiDocBundle bundle allows you to generate a decent documentation for your APIs. Migrate from 3.x to 4.0 To migrate from

Nelmio 2.1k Jan 6, 2023
LaraBooks API - Simple API for iOS SwiftUI app tests.

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Konrad Podrygalski 1 Nov 13, 2021
A PHP library for the CoinMarketCap API designed to be easy to use.

Help wanted: I don't have enough time to keep updating this library, if you can, don't be shy. Pull requests are welcome. PHP CoinMarketCap API This p

Shahrad Elahi 12 Sep 23, 2022
The NKN open API is a blockchain-to-database parser with an easy to use interface written in PHP

The NKN open API is a blockchain-to-database parser with an easy to use interface written in PHP. We're using Laravel as our framework to provide a clean and maintainable code.

Rule110 - The NKN open source community 7 Jun 26, 2022
This package makes it easy for developers to access WhatsApp Cloud API service in their PHP code.

The first PHP API to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

NETFLIE 135 Dec 29, 2022
Laravel A2Reviews Client API lets you build apps, extensions, or plugins to get reviews from the A2reviews APP.

Overview Laravel A2Reviews Client API lets you build apps, extensions or plugins to get reviews from the A2reviews APP. Including adding reviews to a

Be Duc Tai 2 Sep 26, 2021
API for flutter app in laravel with sanctum

Flutter APP Flutter: APP with auth in laravel About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe develop

Angel Flores 0 Apr 9, 2022
A based PSR-15 microframework that also sets maximum flexibility with minimum complexity and easy replaceability of the individual components, but also of the framework.

chubbyphp-framework Description A based PSR-15 microframework that also sets maximum flexibility with minimum complexity and easy replaceability of th

chubbyphp 106 Dec 9, 2022