<?xml 
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
>

<channel xml:lang="fr">
	<title>S-money API</title>
	<link>https://api.s-money.fr/</link>
	<description></description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>

	<image>
		<title>S-money API</title>
		<url>https://api.s-money.fr/local/cache-vignettes/L75xH75/siteon0-e5814.png?1590579615</url>
		<link>https://api.s-money.fr/</link>
		<height>75</height>
		<width>75</width>
	</image>



<item xml:lang="fr">
		<title>Capturer une pr&#233;-autorisation</title>
		<link>https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/capturer-une-pre-autorisation</link>
		<guid isPermaLink="true">https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/capturer-une-pre-autorisation</guid>
		<dc:date>2020-03-11T18:11:06Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Michel Ruckebusch</dc:creator>



		<description>

-
&lt;a href="https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/" rel="directory"&gt;v3&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_ps'&gt;&lt;p&gt;&lt;strong&gt;Requ&#234;te&lt;/strong&gt;&lt;br class='autobr' /&gt;
POST /api/[domaine_partenaire]/payins/storedcardpayments/&lt;i&gt;orderid&lt;/i&gt;/validation&lt;br class='autobr' /&gt;
Accept : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Content-Type : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Authorization : Bearer ACCESS_TOKEN&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;payments&#034;:[ &lt;br /&gt; { &lt;br /&gt; &#034;orderId&#034;:&#034;orderid-1&#034;,&lt;br /&gt; &#034;beneficiary&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034;appuseridX&#034;&lt;br /&gt; },&lt;br /&gt; &#034;amount&#034;:3000,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:50,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; }&lt;br /&gt; },&lt;br /&gt; { &lt;br /&gt; &#034;orderId&#034;:&#034;orderid-2&#034;,&lt;br /&gt; &#034;beneficiary&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034;appuseridY&#034;&lt;br /&gt; },&lt;br /&gt; &#034;amount&#034;:2000&lt;br /&gt; }&lt;br /&gt; ]&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;R&#233;ponse&lt;/strong&gt;&lt;br class='autobr' /&gt;
HTTP/1.1 201 CREATED&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;Id&#034;:21,&lt;br /&gt; &#034;OrderId&#034;:&#034;123&#034;,&lt;br /&gt; &#034;AccountId&#034;:{ &lt;br /&gt; &#034;Id&#034;:87,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridX&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Jean&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/appuseridX&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Card&#034;:{ &lt;br /&gt; &#034;Id&#034;:null,&lt;br /&gt; &#034;AppCardId&#034;:&#034;card123&#034;,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/cards/card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Amount&#034;:10000,&lt;br /&gt; &#034;Fee&#034;:{ &lt;br /&gt; &#034;Amount&#034;:150,&lt;br /&gt; &#034;VAT&#034;:20,&lt;br /&gt; &#034;AmountWithVAT&#034;:180,&lt;br /&gt; &#034;Status&#034;:0&lt;br /&gt; },&lt;br /&gt; &#034;operationdate&#034;:&#034;2013-09-10T15:49:58&#034;,&lt;br /&gt; &#034;IsMine&#034;:false,&lt;br /&gt; &#034;Status&#034;:1,&lt;br /&gt; &#034;Payments&#034;:[ &lt;br /&gt; { &lt;br /&gt; &#034;Id&#034;:93,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderid-1&#034;,&lt;br /&gt; &#034;Beneficiary&#034;:{ &lt;br /&gt; &#034;Id&#034;:87,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridX&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Jean Dupont&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/7bc78c58-65c9-d978-e33d-345912ed9740&#034;&lt;br /&gt; },&lt;br /&gt; &#034;AuthorizationAmount&#034;:10000,&lt;br /&gt; &#034;Amount&#034;:8000,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amount&#034;:150,&lt;br /&gt; &#034;VAT&#034;:20,&lt;br /&gt; &#034;amountWithVAT&#034;:180,&lt;br /&gt; &#034;status&#034;:1&lt;br /&gt; },&lt;br /&gt; &#034;Status&#034;:1&lt;br /&gt; },&lt;br /&gt; { &lt;br /&gt; &#034;Id&#034;:94,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderid-2&#034;,&lt;br /&gt; &#034;Beneficiary&#034;:{ &lt;br /&gt; &#034;Id&#034;:88,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridY&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Ines&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/appuseridY&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Amount&#034;:2000,&lt;br /&gt; &#034;Fee&#034;:null,&lt;br /&gt; &#034;Status&#034;:1&lt;br /&gt; }&lt;br /&gt; ],&lt;br /&gt; &#034;Refunds&#034;:[ &lt;br /&gt;
&lt;br /&gt; ],&lt;br /&gt; &#034;ExtraParameters&#034;:null&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Payment validation</title>
		<link>https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/payment-validation</link>
		<guid isPermaLink="true">https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/payment-validation</guid>
		<dc:date>2020-03-11T18:11:02Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Michel Ruckebusch</dc:creator>



		<description>

-
&lt;a href="https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/" rel="directory"&gt;v3&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_ps'&gt;&lt;p&gt;&lt;strong&gt;Request&lt;/strong&gt;&lt;br class='autobr' /&gt;
POST /api/[domaine_partenaire]/payins/storedcardpayments/&lt;i&gt;orderid&lt;/i&gt;/validation&lt;br class='autobr' /&gt;
Accept : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Content-Type : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Authorization : Bearer ACCESS_TOKEN&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;payments&#034;:[ &lt;br /&gt; { &lt;br /&gt; &#034;orderId&#034;:&#034;orderid-1&#034;,&lt;br /&gt; &#034;beneficiary&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034;appuseridX&#034;&lt;br /&gt; },&lt;br /&gt; &#034;amount&#034;:3000,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:50,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; }&lt;br /&gt; },&lt;br /&gt; { &lt;br /&gt; &#034;orderId&#034;:&#034;orderid-2&#034;,&lt;br /&gt; &#034;beneficiary&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034;appuseridY&#034;&lt;br /&gt; },&lt;br /&gt; &#034;amount&#034;:2000&lt;br /&gt; }&lt;br /&gt; ]&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Response&lt;/strong&gt;&lt;br class='autobr' /&gt;
HTTP/1.1 201 CREATED&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;Id&#034;:21,&lt;br /&gt; &#034;OrderId&#034;:&#034;123&#034;,&lt;br /&gt; &#034;AccountId&#034;:{ &lt;br /&gt; &#034;Id&#034;:87,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridX&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Jean&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/appuseridX&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Card&#034;:{ &lt;br /&gt; &#034;Id&#034;:null,&lt;br /&gt; &#034;AppCardId&#034;:&#034;card123&#034;,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/cards/card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Amount&#034;:10000,&lt;br /&gt; &#034;Fee&#034;:{ &lt;br /&gt; &#034;Amount&#034;:150,&lt;br /&gt; &#034;VAT&#034;:20,&lt;br /&gt; &#034;AmountWithVAT&#034;:180,&lt;br /&gt; &#034;Status&#034;:0&lt;br /&gt; },&lt;br /&gt; &#034;operationdate&#034;:&#034;2013-09-10T15:49:58&#034;,&lt;br /&gt; &#034;IsMine&#034;:false,&lt;br /&gt; &#034;Status&#034;:1,&lt;br /&gt; &#034;Payments&#034;:[ &lt;br /&gt; { &lt;br /&gt; &#034;Id&#034;:93,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderid-1&#034;,&lt;br /&gt; &#034;Beneficiary&#034;:{ &lt;br /&gt; &#034;Id&#034;:87,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridX&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Jean Dupont&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/7bc78c58-65c9-d978-e33d-345912ed9740&#034;&lt;br /&gt; },&lt;br /&gt; &#034;AuthorizationAmount&#034;:10000,&lt;br /&gt; &#034;Amount&#034;:8000,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amount&#034;:150,&lt;br /&gt; &#034;VAT&#034;:20,&lt;br /&gt; &#034;amountWithVAT&#034;:180,&lt;br /&gt; &#034;status&#034;:1&lt;br /&gt; },&lt;br /&gt; &#034;Status&#034;:1&lt;br /&gt; },&lt;br /&gt; { &lt;br /&gt; &#034;Id&#034;:94,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderid-2&#034;,&lt;br /&gt; &#034;Beneficiary&#034;:{ &lt;br /&gt; &#034;Id&#034;:88,&lt;br /&gt; &#034;AppAccountId&#034;:&#034;appuseridY&#034;,&lt;br /&gt; &#034;DisplayName&#034;:&#034;Ines&#034;,&lt;br /&gt; &#034;Email&#034;:null,&lt;br /&gt; &#034;PhoneNumber&#034;:null,&lt;br /&gt; &#034;Alias&#034;:null,&lt;br /&gt; &#034;Href&#034;:&#034;http://rest-integ.s-money.net/api/b2b/users/appuseridY&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Amount&#034;:2000,&lt;br /&gt; &#034;Fee&#034;:null,&lt;br /&gt; &#034;Status&#034;:1&lt;br /&gt; }&lt;br /&gt; ],&lt;br /&gt; &#034;Refunds&#034;:[ &lt;br /&gt;
&lt;br /&gt; ],&lt;br /&gt; &#034;ExtraParameters&#034;:null&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
<item xml:lang="en">
		<title>Perform a pre-authorization</title>
		<link>https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/perform-a-pre-authorization</link>
		<guid isPermaLink="true">https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/perform-a-pre-authorization</guid>
		<dc:date>2020-03-11T18:06:57Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>en</dc:language>
		<dc:creator>Michel Ruckebusch</dc:creator>



		<description>

-
&lt;a href="https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/" rel="directory"&gt;v3&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_ps'&gt;&lt;p&gt;&lt;strong&gt;Request&lt;/strong&gt;&lt;br class='autobr' /&gt;
POST /api/payins/storedcardpayments HTTP/1.1 &lt;br class='autobr' /&gt;
Accept : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Content-Type : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Authorization : Bearer ACCESS_TOKEN&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;amount&#034;:9600,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:400,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsecurePreference&#034;:0,&lt;br /&gt; &#034;orderId&#034;:&#034;orderabc&#034;,&lt;br /&gt; &#034;accountId&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034; user-abc &#034;&lt;br /&gt; },&lt;br /&gt; &#034;card&#034;:{ &lt;br /&gt; &#034;appCardId&#034;:&#034;card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ismine&#034;:true,&lt;br /&gt; &#034;message&#034;:&#034;orderID: orderabc&#034;,&lt;br /&gt; &#034;extraparameters&#034;:{ &lt;br /&gt; &#034;profilename&#034;:&#034;preauthV2&#034;&lt;br /&gt; },&lt;br /&gt; &#034;urlReturn&#034;:&#034;https://www.domaine.fr/paiement-termine-iframe&#034;,&lt;br /&gt; &#034;urlCallback&#034;:&#034;https://www.domaine.fr/smoneycallbak&#034;,&lt;br /&gt; &#034;Billing&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;Billingaddressstate&#034;:&#034;california &#034;&lt;br /&gt; },&lt;br /&gt; &#034;ShipTo&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;AddressType&#034;:0,&lt;br /&gt; &#034;AddressState&#034;:&#034;california &#034;,&lt;br /&gt; &#034;AddressDate&#034;:&#034;2018-01-10&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Delivery&#034;:{ &lt;br /&gt; &#034;email&#034;:&#034;pierre@dupont.fr&#034;,&lt;br /&gt; &#034;timeframe&#034;:&#034;sameday&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ClientScreen&#034;:{ &lt;br /&gt; &#034;ColorDepth&#034;:32,&lt;br /&gt; &#034;ScreenHeight&#034;:1280,&lt;br /&gt; &#034;ScreenWidth&#034;:1024&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsOptData&#034;:{ &lt;br /&gt; &#034;AccountChangeDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;AccountCreationDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;ClientAuthMethod&#034;:&#034;guest&#034;,&lt;br /&gt; &#034;Passwordchangedate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;Last6MonthsPurchaseCount&#034;:4,&lt;br /&gt; &#034;Last24hoursaddcardattempts&#034;:2,&lt;br /&gt; &#034;Last24hourstransactioncount&#034;:4,&lt;br /&gt; &#034;Last12Monthstransactioncount&#034;:4,&lt;br /&gt; &#034;Cardenrolldate&#034;:&#034;2018-01-01&#034;,&lt;br /&gt; &#034;Suspiciousaccountactivity&#034;:false,&lt;br /&gt; &#034;Homephone&#034;:&#034;+33133333333&#034;,&lt;br /&gt; &#034;Mobilephone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Workphone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Giftcard&#034;:{ &lt;br /&gt; &#034;Amount &#034;:&#034;100&#034;,&lt;br /&gt; &#034;Count&#034;:&#034;2&#034;,&lt;br /&gt; &#034;Currency&#034;:&#034;EUR&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Preorderdate&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;Itemavailability&#034;:true,&lt;br /&gt; &#034;Reorderingitem&#034;:false,&lt;br /&gt; &#034;Recurringexpiry&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;recurringfrequency&#034;:10&lt;br /&gt; }&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Response&lt;/strong&gt;&lt;br class='autobr' /&gt;
HTTP/1.1 201 CREATED&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;OperationId&#034;:517,&lt;br /&gt; &#034;PayinTokenId&#034;:&#034;1-2bsKDL&#034;,&lt;br /&gt; &#034;ExtraData&#034;:&#034; %7B%22IsSchedule%22%3Afalse%2C%22Profile%22%3Aprofilename%2C%22Cards%22%3Anull%2C%22UrlReturn%22%3A%22http%25253A%25252F%25252Fwww.domaine.fr%25252Fpaiement-termine-iframe%22%7D &#034;,&lt;br /&gt; &#034;Id&#034;:517,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderabc&#034;,&lt;br /&gt; &#034;Amount&#034;:9600,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:400,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; },&lt;br /&gt; &#034;Status&#034;:4,&lt;br /&gt; &#034;ThreeDsecurePreference&#034;:0,&lt;br /&gt; &#034;accountId&#034;:{ &lt;br /&gt; &#034;id&#034;:87,&lt;br /&gt; &#034;appaccountid&#034;:&#034;123&#034;,&lt;br /&gt; &#034;displayname&#034;:&#034;Jean Dupont&#034;,&lt;br /&gt; &#034;href&#034;:&#034;/api/accounts/123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;card&#034;:{ &lt;br /&gt; &#034;appcardid&#034;:&#034;card123&#034;,&lt;br /&gt; &#034;href&#034;:&#034;/api/cards/card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;IsMine&#034;:false,&lt;br /&gt; &#034;PaymentDate&#034;:&#034;2018-11-12T15:14:54.943324+01:00&#034;,&lt;br /&gt; &#034;Message&#034;:&#034;commande orderID:orderabc&#034;,&lt;br /&gt; &#034;extraparameters&#034;:{ &lt;br /&gt; &#034;profilename&#034;:&#034;preauthV2&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Refunds&#034;:null,&lt;br /&gt; &#034;ErrorCode&#034;:0,&lt;br /&gt; &#034;ExtraResults&#034;:{ &lt;br /&gt; &#034;threedsecure&#034;:null,&lt;br /&gt; &#034;threedsecureauthstatus&#034;:null,&lt;br /&gt; &#034;threedsecuresignaturestatus&#034;:null,&lt;br /&gt; &#034;threedsecureglobalstatus&#034;:null,&lt;br /&gt; &#034;ThreeDsCardEnrolled&#034;:null,&lt;br /&gt; &#034;ExecCode&#034;:&#034;0000&#034;,&lt;br /&gt; &#034;ExecMessage&#034;:&#034;Successful operation&#034;,&lt;br /&gt; &#034;warrantyresult&#034;:true,&lt;br /&gt; &#034;3dsecureversion&#034;:null,&lt;br /&gt; &#034;3dsecuremode&#034;:null,&lt;br /&gt; &#034;bankauthresult&#034;:null&lt;br /&gt; },&lt;br /&gt; &#034;urlReturn&#034;:&#034;https://www.domaine.fr/paiement-termine-iframe&#034;,&lt;br /&gt; &#034;urlCallback&#034;:&#034;https://www.domaine.fr/smoneycallbak&#034;,&lt;br /&gt; &#034;Billing&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;Billingaddressstate&#034;:&#034;california &#034;&lt;br /&gt; },&lt;br /&gt; &#034;ShipTo&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;AddressType&#034;:0,&lt;br /&gt; &#034;AddressState&#034;:&#034;california &#034;,&lt;br /&gt; &#034;AddressDate&#034;:&#034;2018-01-10&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Delivery&#034;:{ &lt;br /&gt; &#034;email&#034;:&#034;pierre@dupont.fr&#034;,&lt;br /&gt; &#034;timeframe&#034;:&#034;sameday&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ClientScreen&#034;:{ &lt;br /&gt; &#034;ColorDepth&#034;:32, &lt;br /&gt; &#034;ScreenHeight&#034;:1280,&lt;br /&gt; &#034;ScreenWidth&#034;:1024&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsOptData&#034;:{ &lt;br /&gt; &#034;AccountChangeDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;AccountCreationDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;ClientAuthMethod&#034;:&#034;guest&#034;,&lt;br /&gt; &#034;Passwordchangedate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;Last6MonthsPurchaseCount&#034;:4,&lt;br /&gt; &#034;Last24hoursaddcardattempts&#034;:2,&lt;br /&gt; &#034;Last24hourstransactioncount&#034;:4,&lt;br /&gt; &#034;Last12Monthstransactioncount&#034;:4,&lt;br /&gt; &#034;Cardenrolldate&#034;:&#034;2018-01-01&#034;,&lt;br /&gt; &#034;Suspiciousaccountactivity&#034;:false,&lt;br /&gt; &#034;Homephone&#034;:&#034;+33133333333&#034;,&lt;br /&gt; &#034;Mobilephone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Workphone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Giftcard&#034;:{ &lt;br /&gt; &#034;Amount &#034;:&#034;100&#034;,&lt;br /&gt; &#034;Count&#034;:&#034;2&#034;,&lt;br /&gt; &#034;Currency&#034;:&#034;EUR&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Preorderdate&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;Itemavailability&#034;:true,&lt;br /&gt; &#034;Reorderingitem&#034;:false,&lt;br /&gt; &#034;Recurringexpiry&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;recurringfrequency&#034;:10&lt;br /&gt; }&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>Effectuer une pr&#233;-autorisation</title>
		<link>https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/effectuer-une-pre-autorisation</link>
		<guid isPermaLink="true">https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/article/effectuer-une-pre-autorisation</guid>
		<dc:date>2020-03-11T18:06:55Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Michel Ruckebusch</dc:creator>



		<description>

-
&lt;a href="https://api.s-money.fr/documentation/utiliser-l-api/09dalenys-hosted-fields-paiement/109/" rel="directory"&gt;v3&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_ps'&gt;&lt;p&gt;&lt;strong&gt;Requ&#234;te&lt;/strong&gt;&lt;br class='autobr' /&gt;
POST /api/payins/storedcardpayments HTTP/1.1 &lt;br class='autobr' /&gt;
Accept : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Content-Type : application/vnd.s-money.v3+json&lt;br class='autobr' /&gt;
Authorization : Bearer ACCESS_TOKEN&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;amount&#034;:9600,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:400,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsecurePreference&#034;:0,&lt;br /&gt; &#034;orderId&#034;:&#034;orderabc&#034;,&lt;br /&gt; &#034;accountId&#034;:{ &lt;br /&gt; &#034;appaccountid&#034;:&#034; user-abc &#034;&lt;br /&gt; },&lt;br /&gt; &#034;card&#034;:{ &lt;br /&gt; &#034;appCardId&#034;:&#034;card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ismine&#034;:true,&lt;br /&gt; &#034;message&#034;:&#034;orderID: orderabc&#034;,&lt;br /&gt; &#034;extraparameters&#034;:{ &lt;br /&gt; &#034;profilename&#034;:&#034;preauthV2&#034;&lt;br /&gt; },&lt;br /&gt; &#034;urlReturn&#034;:&#034;https://www.domaine.fr/paiement-termine-iframe&#034;,&lt;br /&gt; &#034;urlCallback&#034;:&#034;https://www.domaine.fr/smoneycallbak&#034;,&lt;br /&gt; &#034;Billing&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;Billingaddressstate&#034;:&#034;california &#034;&lt;br /&gt; },&lt;br /&gt; &#034;ShipTo&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;AddressType&#034;:0,&lt;br /&gt; &#034;AddressState&#034;:&#034;california &#034;,&lt;br /&gt; &#034;AddressDate&#034;:&#034;2018-01-10&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Delivery&#034;:{ &lt;br /&gt; &#034;email&#034;:&#034;pierre@dupont.fr&#034;,&lt;br /&gt; &#034;timeframe&#034;:&#034;sameday&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ClientScreen&#034;:{ &lt;br /&gt; &#034;ColorDepth&#034;:32,&lt;br /&gt; &#034;ScreenHeight&#034;:1280,&lt;br /&gt; &#034;ScreenWidth&#034;:1024&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsOptData&#034;:{ &lt;br /&gt; &#034;AccountChangeDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;AccountCreationDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;ClientAuthMethod&#034;:&#034;guest&#034;,&lt;br /&gt; &#034;Passwordchangedate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;Last6MonthsPurchaseCount&#034;:4,&lt;br /&gt; &#034;Last24hoursaddcardattempts&#034;:2,&lt;br /&gt; &#034;Last24hourstransactioncount&#034;:4,&lt;br /&gt; &#034;Last12Monthstransactioncount&#034;:4,&lt;br /&gt; &#034;Cardenrolldate&#034;:&#034;2018-01-01&#034;,&lt;br /&gt; &#034;Suspiciousaccountactivity&#034;:false,&lt;br /&gt; &#034;Homephone&#034;:&#034;+33133333333&#034;,&lt;br /&gt; &#034;Mobilephone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Workphone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Giftcard&#034;:{ &lt;br /&gt; &#034;Amount &#034;:&#034;100&#034;,&lt;br /&gt; &#034;Count&#034;:&#034;2&#034;,&lt;br /&gt; &#034;Currency&#034;:&#034;EUR&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Preorderdate&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;Itemavailability&#034;:true,&lt;br /&gt; &#034;Reorderingitem&#034;:false,&lt;br /&gt; &#034;Recurringexpiry&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;recurringfrequency&#034;:10&lt;br /&gt; }&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;R&#233;ponse&lt;/strong&gt;&lt;br class='autobr' /&gt;
HTTP/1.1 201 CREATED&lt;/p&gt;
&lt;div style='text-align: left;' class='spip_code' dir='ltr'&gt;&lt;code&gt;{ &lt;br /&gt; &#034;OperationId&#034;:517,&lt;br /&gt; &#034;PayinTokenId&#034;:&#034;1-2bsKDL&#034;,&lt;br /&gt; &#034;ExtraData&#034;:&#034; %7B%22IsSchedule%22%3Afalse%2C%22Profile%22%3Aprofilename%2C%22Cards%22%3Anull%2C%22UrlReturn%22%3A%22http%25253A%25252F%25252Fwww.domaine.fr%25252Fpaiement-termine-iframe%22%7D &#034;,&lt;br /&gt; &#034;Id&#034;:517,&lt;br /&gt; &#034;OrderId&#034;:&#034;orderabc&#034;,&lt;br /&gt; &#034;Amount&#034;:9600,&lt;br /&gt; &#034;fee&#034;:{ &lt;br /&gt; &#034;amountWithVAT&#034;:400,&lt;br /&gt; &#034;VAT&#034;:20&lt;br /&gt; },&lt;br /&gt; &#034;Status&#034;:4,&lt;br /&gt; &#034;ThreeDsecurePreference&#034;:0,&lt;br /&gt; &#034;accountId&#034;:{ &lt;br /&gt; &#034;id&#034;:87,&lt;br /&gt; &#034;appaccountid&#034;:&#034;123&#034;,&lt;br /&gt; &#034;displayname&#034;:&#034;Jean Dupont&#034;,&lt;br /&gt; &#034;href&#034;:&#034;/api/accounts/123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;card&#034;:{ &lt;br /&gt; &#034;appcardid&#034;:&#034;card123&#034;,&lt;br /&gt; &#034;href&#034;:&#034;/api/cards/card123&#034;&lt;br /&gt; },&lt;br /&gt; &#034;IsMine&#034;:false,&lt;br /&gt; &#034;PaymentDate&#034;:&#034;2018-11-12T15:14:54.943324+01:00&#034;,&lt;br /&gt; &#034;Message&#034;:&#034;commande orderID:orderabc&#034;,&lt;br /&gt; &#034;extraparameters&#034;:{ &lt;br /&gt; &#034;profilename&#034;:&#034;preauthV2&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Refunds&#034;:null,&lt;br /&gt; &#034;ErrorCode&#034;:0,&lt;br /&gt; &#034;ExtraResults&#034;:{ &lt;br /&gt; &#034;threedsecure&#034;:null,&lt;br /&gt; &#034;threedsecureauthstatus&#034;:null,&lt;br /&gt; &#034;threedsecuresignaturestatus&#034;:null,&lt;br /&gt; &#034;threedsecureglobalstatus&#034;:null,&lt;br /&gt; &#034;ThreeDsCardEnrolled&#034;:null,&lt;br /&gt; &#034;ExecCode&#034;:&#034;0000&#034;,&lt;br /&gt; &#034;ExecMessage&#034;:&#034;Successful operation&#034;,&lt;br /&gt; &#034;warrantyresult&#034;:true,&lt;br /&gt; &#034;3dsecureversion&#034;:null,&lt;br /&gt; &#034;3dsecuremode&#034;:null,&lt;br /&gt; &#034;bankauthresult&#034;:null&lt;br /&gt; },&lt;br /&gt; &#034;urlReturn&#034;:&#034;https://www.domaine.fr/paiement-termine-iframe&#034;,&lt;br /&gt; &#034;urlCallback&#034;:&#034;https://www.domaine.fr/smoneycallbak&#034;,&lt;br /&gt; &#034;Billing&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;Billingaddressstate&#034;:&#034;california &#034;&lt;br /&gt; },&lt;br /&gt; &#034;ShipTo&#034;:{ &lt;br /&gt; &#034;City&#034;:&#034;Paris&#034;,&lt;br /&gt; &#034;Country&#034;:&#034;FR&#034;,&lt;br /&gt; &#034;Address&#034;:&#034;1 rue de paris&#034;,&lt;br /&gt; &#034;PostalCode&#034;:&#034;75001&#034;,&lt;br /&gt; &#034;AddressType&#034;:0,&lt;br /&gt; &#034;AddressState&#034;:&#034;california &#034;,&lt;br /&gt; &#034;AddressDate&#034;:&#034;2018-01-10&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Delivery&#034;:{ &lt;br /&gt; &#034;email&#034;:&#034;pierre@dupont.fr&#034;,&lt;br /&gt; &#034;timeframe&#034;:&#034;sameday&#034;&lt;br /&gt; },&lt;br /&gt; &#034;ClientScreen&#034;:{ &lt;br /&gt; &#034;ColorDepth&#034;:32, &lt;br /&gt; &#034;ScreenHeight&#034;:1280,&lt;br /&gt; &#034;ScreenWidth&#034;:1024&lt;br /&gt; },&lt;br /&gt; &#034;ThreeDsOptData&#034;:{ &lt;br /&gt; &#034;AccountChangeDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;AccountCreationDate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;ClientAuthMethod&#034;:&#034;guest&#034;,&lt;br /&gt; &#034;Passwordchangedate&#034;:&#034;2018-01-10&#034;,&lt;br /&gt; &#034;Last6MonthsPurchaseCount&#034;:4,&lt;br /&gt; &#034;Last24hoursaddcardattempts&#034;:2,&lt;br /&gt; &#034;Last24hourstransactioncount&#034;:4,&lt;br /&gt; &#034;Last12Monthstransactioncount&#034;:4,&lt;br /&gt; &#034;Cardenrolldate&#034;:&#034;2018-01-01&#034;,&lt;br /&gt; &#034;Suspiciousaccountactivity&#034;:false,&lt;br /&gt; &#034;Homephone&#034;:&#034;+33133333333&#034;,&lt;br /&gt; &#034;Mobilephone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Workphone&#034;:&#034;+33633333333&#034;,&lt;br /&gt; &#034;Giftcard&#034;:{ &lt;br /&gt; &#034;Amount &#034;:&#034;100&#034;,&lt;br /&gt; &#034;Count&#034;:&#034;2&#034;,&lt;br /&gt; &#034;Currency&#034;:&#034;EUR&#034;&lt;br /&gt; },&lt;br /&gt; &#034;Preorderdate&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;Itemavailability&#034;:true,&lt;br /&gt; &#034;Reorderingitem&#034;:false,&lt;br /&gt; &#034;Recurringexpiry&#034;:&#034;2020-01-04&#034;,&lt;br /&gt; &#034;recurringfrequency&#034;:10&lt;br /&gt; }&lt;br /&gt;
}&lt;/code&gt;&lt;/div&gt;&lt;/div&gt;
		</content:encoded>


		

	</item>



</channel>

</rss>
